1 // Licensed to the .NET Foundation under one or more agreements.
2 // The .NET Foundation licenses this file to you under the MIT license.
3 // See the LICENSE file in the project root for more information.
4 
5 [assembly:System.Reflection.AssemblyVersionAttribute("10.0.0.0")]
6 [assembly:System.CLSCompliantAttribute(true)]
7 [assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(3))]
8 [assembly:System.Reflection.AssemblyCompanyAttribute("Ximian")]
9 [assembly:System.Reflection.AssemblyCopyrightAttribute("Copyright © Ximian 2006")]
10 [assembly:System.Reflection.AssemblyDefaultAliasAttribute("Microsoft.VisualBasic.dll")]
11 [assembly:System.Reflection.AssemblyDescriptionAttribute("Microsoft.VisualBasic.dll")]
12 [assembly:System.Reflection.AssemblyFileVersionAttribute("10.0.30319.1")]
13 [assembly:System.Reflection.AssemblyInformationalVersionAttribute("10.0.30319.1")]
14 [assembly:System.Reflection.AssemblyProductAttribute("vbruntime")]
15 [assembly:System.Reflection.AssemblyTitleAttribute("Microsoft.VisualBasic.dll")]
16 [assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
17 [assembly:System.Resources.SatelliteContractVersionAttribute("10.0.0.0")]
18 [assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute((System.Runtime.CompilerServices.CompilationRelaxations)(8))]
19 [assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
20 [assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
21 [assembly:System.Runtime.InteropServices.ComVisibleAttribute(true)]
22 [assembly:System.Security.AllowPartiallyTrustedCallersAttribute]
23 namespace Microsoft.VisualBasic
24 {
25     public enum AppWinStyle : short
26     {
27         Hide = (short)0,
28         MaximizedFocus = (short)3,
29         MinimizedFocus = (short)2,
30         MinimizedNoFocus = (short)6,
31         NormalFocus = (short)1,
32         NormalNoFocus = (short)4,
33     }
34     public enum AudioPlayMode : short
35     {
36         Background = (short)1,
37         BackgroundLoop = (short)2,
38         WaitToComplete = (short)0,
39     }
40     public enum CallType
41     {
42         Get = 2,
43         Let = 4,
44         Method = 1,
45         Set = 8,
46     }
47     [System.Diagnostics.DebuggerDisplayAttribute("Count = {Count}")]
48     [System.Diagnostics.DebuggerTypeProxyAttribute("Microsoft.VisualBasic.Collection.CollectionDebugView")]
49     [System.SerializableAttribute]
50     public sealed partial class Collection : System.Collections.ICollection, System.Collections.IList, System.Runtime.Serialization.IDeserializationCallback, System.Runtime.Serialization.ISerializable
51     {
Collection()52         public Collection() { }
53         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
54         public object this[object Index] { get { throw null; } }
55         public object this[string Key] { get { throw null; } }
56         public object this[int Index] { get { throw null; } }
57         public int Count { get { throw null; } }
Add(object Item, string Key = null, object Before = null, object After = null)58         public void Add(object Item, string Key = null, object Before = null, object After = null) { }
Clear()59         public void Clear() { }
Contains(string Key)60         public bool Contains(string Key) { throw null; }
GetEnumerator()61         public System.Collections.IEnumerator GetEnumerator() { throw null; }
Remove(int Index)62         public void Remove(int Index) { }
Remove(string Key)63         public void Remove(string Key) { }
64         public object SyncRoot { get { throw null; } }
65         public bool IsReadOnly { get { throw null; } }
66         public bool IsSynchronized { get { throw null; } }
67         public bool IsFixedSize { get { throw null; } }
CopyTo(System.Array array, int index)68         public void CopyTo(System.Array array, int index) { }
OnDeserialization(object sender)69         public void OnDeserialization(object sender) { }
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)70         public void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
71         object System.Collections.IList.this[int Index] { get { throw null; } set { } }
System.Collections.IList.Add(object value)72         int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Contains(object value)73         bool System.Collections.IList.Contains(object value) { throw null; }
System.Collections.IList.IndexOf(object value)74         int System.Collections.IList.IndexOf(object value) { throw null; }
System.Collections.IList.Insert(int index, object value)75         void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)76         void System.Collections.IList.Remove(object value) { }
System.Collections.IList.RemoveAt(int index)77         void System.Collections.IList.RemoveAt(int index) { }
78     }
79     [System.AttributeUsageAttribute((System.AttributeTargets)(4), Inherited=false, AllowMultiple=false)]
80     public sealed partial class ComClassAttribute : System.Attribute
81     {
ComClassAttribute()82         public ComClassAttribute() { }
ComClassAttribute(string _ClassID)83         public ComClassAttribute(string _ClassID) { }
ComClassAttribute(string _ClassID, string _InterfaceID)84         public ComClassAttribute(string _ClassID, string _InterfaceID) { }
ComClassAttribute(string _ClassID, string _InterfaceID, string _EventID)85         public ComClassAttribute(string _ClassID, string _InterfaceID, string _EventID) { }
86         public string ClassID { get { throw null; } }
87         public string EventID { get { throw null; } }
88         public string InterfaceID { get { throw null; } }
89         public bool InterfaceShadows { get { throw null; } set { } }
90     }
91     public enum CompareMethod
92     {
93         Binary = 0,
94         Text = 1,
95     }
96     [Microsoft.VisualBasic.CompilerServices.StandardModuleAttribute]
97     public sealed partial class Constants
98     {
99         public const Microsoft.VisualBasic.MsgBoxResult vbAbort = (Microsoft.VisualBasic.MsgBoxResult)(3);
100         public const Microsoft.VisualBasic.MsgBoxStyle vbAbortRetryIgnore = (Microsoft.VisualBasic.MsgBoxStyle)(2);
101         public const Microsoft.VisualBasic.MsgBoxStyle vbApplicationModal = (Microsoft.VisualBasic.MsgBoxStyle)(0);
102         public const Microsoft.VisualBasic.FileAttribute vbArchive = (Microsoft.VisualBasic.FileAttribute)(32);
103         public const Microsoft.VisualBasic.VariantType vbArray = (Microsoft.VisualBasic.VariantType)(8192);
104         public const string vbBack = "\b";
105         public const Microsoft.VisualBasic.CompareMethod vbBinaryCompare = (Microsoft.VisualBasic.CompareMethod)(0);
106         public const Microsoft.VisualBasic.VariantType vbBoolean = (Microsoft.VisualBasic.VariantType)(11);
107         public const Microsoft.VisualBasic.VariantType vbByte = (Microsoft.VisualBasic.VariantType)(17);
108         public const Microsoft.VisualBasic.MsgBoxResult vbCancel = (Microsoft.VisualBasic.MsgBoxResult)(2);
109         public const string vbCr = "\r";
110         public const Microsoft.VisualBasic.MsgBoxStyle vbCritical = (Microsoft.VisualBasic.MsgBoxStyle)(16);
111         public const string vbCrLf = "\r\n";
112         public const Microsoft.VisualBasic.VariantType vbCurrency = (Microsoft.VisualBasic.VariantType)(6);
113         public const Microsoft.VisualBasic.VariantType vbDate = (Microsoft.VisualBasic.VariantType)(7);
114         public const Microsoft.VisualBasic.VariantType vbDecimal = (Microsoft.VisualBasic.VariantType)(14);
115         public const Microsoft.VisualBasic.MsgBoxStyle vbDefaultButton1 = (Microsoft.VisualBasic.MsgBoxStyle)(0);
116         public const Microsoft.VisualBasic.MsgBoxStyle vbDefaultButton2 = (Microsoft.VisualBasic.MsgBoxStyle)(256);
117         public const Microsoft.VisualBasic.MsgBoxStyle vbDefaultButton3 = (Microsoft.VisualBasic.MsgBoxStyle)(512);
118         public const Microsoft.VisualBasic.FileAttribute vbDirectory = (Microsoft.VisualBasic.FileAttribute)(16);
119         public const Microsoft.VisualBasic.VariantType vbDouble = (Microsoft.VisualBasic.VariantType)(5);
120         public const Microsoft.VisualBasic.VariantType vbEmpty = (Microsoft.VisualBasic.VariantType)(0);
121         public const Microsoft.VisualBasic.MsgBoxStyle vbExclamation = (Microsoft.VisualBasic.MsgBoxStyle)(48);
122         public const Microsoft.VisualBasic.TriState vbFalse = (Microsoft.VisualBasic.TriState)(0);
123         public const Microsoft.VisualBasic.FirstWeekOfYear vbFirstFourDays = (Microsoft.VisualBasic.FirstWeekOfYear)(2);
124         public const Microsoft.VisualBasic.FirstWeekOfYear vbFirstFullWeek = (Microsoft.VisualBasic.FirstWeekOfYear)(3);
125         public const Microsoft.VisualBasic.FirstWeekOfYear vbFirstJan1 = (Microsoft.VisualBasic.FirstWeekOfYear)(1);
126         public const string vbFormFeed = "\f";
127         public const Microsoft.VisualBasic.FirstDayOfWeek vbFriday = (Microsoft.VisualBasic.FirstDayOfWeek)(6);
128         public const Microsoft.VisualBasic.DateFormat vbGeneralDate = (Microsoft.VisualBasic.DateFormat)(0);
129         public const Microsoft.VisualBasic.CallType vbGet = (Microsoft.VisualBasic.CallType)(2);
130         public const Microsoft.VisualBasic.FileAttribute vbHidden = (Microsoft.VisualBasic.FileAttribute)(2);
131         public const Microsoft.VisualBasic.AppWinStyle vbHide = (Microsoft.VisualBasic.AppWinStyle)(0);
132         public const Microsoft.VisualBasic.VbStrConv vbHiragana = (Microsoft.VisualBasic.VbStrConv)(32);
133         public const Microsoft.VisualBasic.MsgBoxResult vbIgnore = (Microsoft.VisualBasic.MsgBoxResult)(5);
134         public const Microsoft.VisualBasic.MsgBoxStyle vbInformation = (Microsoft.VisualBasic.MsgBoxStyle)(64);
135         public const Microsoft.VisualBasic.VariantType vbInteger = (Microsoft.VisualBasic.VariantType)(3);
136         public const Microsoft.VisualBasic.VbStrConv vbKatakana = (Microsoft.VisualBasic.VbStrConv)(16);
137         public const Microsoft.VisualBasic.CallType vbLet = (Microsoft.VisualBasic.CallType)(4);
138         public const string vbLf = "\n";
139         public const Microsoft.VisualBasic.VbStrConv vbLinguisticCasing = (Microsoft.VisualBasic.VbStrConv)(1024);
140         public const Microsoft.VisualBasic.VariantType vbLong = (Microsoft.VisualBasic.VariantType)(20);
141         public const Microsoft.VisualBasic.DateFormat vbLongDate = (Microsoft.VisualBasic.DateFormat)(1);
142         public const Microsoft.VisualBasic.DateFormat vbLongTime = (Microsoft.VisualBasic.DateFormat)(3);
143         public const Microsoft.VisualBasic.VbStrConv vbLowerCase = (Microsoft.VisualBasic.VbStrConv)(2);
144         public const Microsoft.VisualBasic.AppWinStyle vbMaximizedFocus = (Microsoft.VisualBasic.AppWinStyle)(3);
145         public const Microsoft.VisualBasic.CallType vbMethod = (Microsoft.VisualBasic.CallType)(1);
146         public const Microsoft.VisualBasic.AppWinStyle vbMinimizedFocus = (Microsoft.VisualBasic.AppWinStyle)(2);
147         public const Microsoft.VisualBasic.AppWinStyle vbMinimizedNoFocus = (Microsoft.VisualBasic.AppWinStyle)(6);
148         public const Microsoft.VisualBasic.FirstDayOfWeek vbMonday = (Microsoft.VisualBasic.FirstDayOfWeek)(2);
149         public const Microsoft.VisualBasic.MsgBoxStyle vbMsgBoxHelp = (Microsoft.VisualBasic.MsgBoxStyle)(16384);
150         public const Microsoft.VisualBasic.MsgBoxStyle vbMsgBoxRight = (Microsoft.VisualBasic.MsgBoxStyle)(524288);
151         public const Microsoft.VisualBasic.MsgBoxStyle vbMsgBoxRtlReading = (Microsoft.VisualBasic.MsgBoxStyle)(1048576);
152         public const Microsoft.VisualBasic.MsgBoxStyle vbMsgBoxSetForeground = (Microsoft.VisualBasic.MsgBoxStyle)(65536);
153         public const Microsoft.VisualBasic.VbStrConv vbNarrow = (Microsoft.VisualBasic.VbStrConv)(8);
154         public const string vbNewLine = "\r\n";
155         public const Microsoft.VisualBasic.MsgBoxResult vbNo = (Microsoft.VisualBasic.MsgBoxResult)(7);
156         public const Microsoft.VisualBasic.FileAttribute vbNormal = (Microsoft.VisualBasic.FileAttribute)(0);
157         public const Microsoft.VisualBasic.AppWinStyle vbNormalFocus = (Microsoft.VisualBasic.AppWinStyle)(1);
158         public const Microsoft.VisualBasic.AppWinStyle vbNormalNoFocus = (Microsoft.VisualBasic.AppWinStyle)(4);
159         public const Microsoft.VisualBasic.VariantType vbNull = (Microsoft.VisualBasic.VariantType)(1);
160         public const string vbNullChar = "\0";
161         public const string vbNullString = null;
162         public const Microsoft.VisualBasic.VariantType vbObject = (Microsoft.VisualBasic.VariantType)(9);
163         public const int vbObjectError = -2147221504;
164         public const Microsoft.VisualBasic.MsgBoxResult vbOK = (Microsoft.VisualBasic.MsgBoxResult)(1);
165         public const Microsoft.VisualBasic.MsgBoxStyle vbOKCancel = (Microsoft.VisualBasic.MsgBoxStyle)(1);
166         public const Microsoft.VisualBasic.MsgBoxStyle vbOKOnly = (Microsoft.VisualBasic.MsgBoxStyle)(0);
167         public const Microsoft.VisualBasic.VbStrConv vbProperCase = (Microsoft.VisualBasic.VbStrConv)(3);
168         public const Microsoft.VisualBasic.MsgBoxStyle vbQuestion = (Microsoft.VisualBasic.MsgBoxStyle)(32);
169         public const Microsoft.VisualBasic.FileAttribute vbReadOnly = (Microsoft.VisualBasic.FileAttribute)(1);
170         public const Microsoft.VisualBasic.MsgBoxResult vbRetry = (Microsoft.VisualBasic.MsgBoxResult)(4);
171         public const Microsoft.VisualBasic.MsgBoxStyle vbRetryCancel = (Microsoft.VisualBasic.MsgBoxStyle)(5);
172         public const Microsoft.VisualBasic.FirstDayOfWeek vbSaturday = (Microsoft.VisualBasic.FirstDayOfWeek)(7);
173         public const Microsoft.VisualBasic.CallType vbSet = (Microsoft.VisualBasic.CallType)(8);
174         public const Microsoft.VisualBasic.DateFormat vbShortDate = (Microsoft.VisualBasic.DateFormat)(2);
175         public const Microsoft.VisualBasic.DateFormat vbShortTime = (Microsoft.VisualBasic.DateFormat)(4);
176         public const Microsoft.VisualBasic.VbStrConv vbSimplifiedChinese = (Microsoft.VisualBasic.VbStrConv)(256);
177         public const Microsoft.VisualBasic.VariantType vbSingle = (Microsoft.VisualBasic.VariantType)(4);
178         public const Microsoft.VisualBasic.VariantType vbString = (Microsoft.VisualBasic.VariantType)(8);
179         public const Microsoft.VisualBasic.FirstDayOfWeek vbSunday = (Microsoft.VisualBasic.FirstDayOfWeek)(1);
180         public const Microsoft.VisualBasic.FileAttribute vbSystem = (Microsoft.VisualBasic.FileAttribute)(4);
181         public const Microsoft.VisualBasic.MsgBoxStyle vbSystemModal = (Microsoft.VisualBasic.MsgBoxStyle)(4096);
182         public const string vbTab = "\t";
183         public const Microsoft.VisualBasic.CompareMethod vbTextCompare = (Microsoft.VisualBasic.CompareMethod)(1);
184         public const Microsoft.VisualBasic.FirstDayOfWeek vbThursday = (Microsoft.VisualBasic.FirstDayOfWeek)(5);
185         public const Microsoft.VisualBasic.VbStrConv vbTraditionalChinese = (Microsoft.VisualBasic.VbStrConv)(512);
186         public const Microsoft.VisualBasic.TriState vbTrue = (Microsoft.VisualBasic.TriState)(-1);
187         public const Microsoft.VisualBasic.FirstDayOfWeek vbTuesday = (Microsoft.VisualBasic.FirstDayOfWeek)(3);
188         public const Microsoft.VisualBasic.VbStrConv vbUpperCase = (Microsoft.VisualBasic.VbStrConv)(1);
189         public const Microsoft.VisualBasic.TriState vbUseDefault = (Microsoft.VisualBasic.TriState)(-2);
190         public const Microsoft.VisualBasic.VariantType vbUserDefinedType = (Microsoft.VisualBasic.VariantType)(36);
191         public const Microsoft.VisualBasic.FirstWeekOfYear vbUseSystem = (Microsoft.VisualBasic.FirstWeekOfYear)(0);
192         public const Microsoft.VisualBasic.FirstDayOfWeek vbUseSystemDayOfWeek = (Microsoft.VisualBasic.FirstDayOfWeek)(0);
193         public const Microsoft.VisualBasic.VariantType vbVariant = (Microsoft.VisualBasic.VariantType)(12);
194         public const string vbVerticalTab = "\v";
195         public const Microsoft.VisualBasic.FileAttribute vbVolume = (Microsoft.VisualBasic.FileAttribute)(8);
196         public const Microsoft.VisualBasic.FirstDayOfWeek vbWednesday = (Microsoft.VisualBasic.FirstDayOfWeek)(4);
197         public const Microsoft.VisualBasic.VbStrConv vbWide = (Microsoft.VisualBasic.VbStrConv)(4);
198         public const Microsoft.VisualBasic.MsgBoxResult vbYes = (Microsoft.VisualBasic.MsgBoxResult)(6);
199         public const Microsoft.VisualBasic.MsgBoxStyle vbYesNo = (Microsoft.VisualBasic.MsgBoxStyle)(4);
200         public const Microsoft.VisualBasic.MsgBoxStyle vbYesNoCancel = (Microsoft.VisualBasic.MsgBoxStyle)(3);
Constants()201         public Constants() { }
202     }
203     public sealed partial class ControlChars
204     {
205         public const char Back = '\b';
206         public const char Cr = '\r';
207         public const string CrLf = "\r\n";
208         public const char FormFeed = '\f';
209         public const char Lf = '\n';
210         public const string NewLine = "\r\n";
211         public const char NullChar = '\0';
212         public const char Quote = '"';
213         public const char Tab = '\t';
214         public const char VerticalTab = '\v';
ControlChars()215         public ControlChars() { }
216     }
217     [Microsoft.VisualBasic.CompilerServices.StandardModuleAttribute]
218     public sealed partial class Conversion
219     {
Conversion()220         public Conversion() { }
ErrorToString()221         public static string ErrorToString() { throw null; }
ErrorToString(int ErrorNumber)222         public static string ErrorToString(int ErrorNumber) { throw null; }
Fix(decimal Number)223         public static decimal Fix(decimal Number) { throw null; }
Fix(double Number)224         public static double Fix(double Number) { throw null; }
Fix(short Number)225         public static short Fix(short Number) { throw null; }
Fix(int Number)226         public static int Fix(int Number) { throw null; }
Fix(long Number)227         public static long Fix(long Number) { throw null; }
Fix(object Number)228         public static object Fix(object Number) { throw null; }
Fix(float Number)229         public static float Fix(float Number) { throw null; }
Hex(byte Number)230         public static string Hex(byte Number) { throw null; }
Hex(short Number)231         public static string Hex(short Number) { throw null; }
Hex(int Number)232         public static string Hex(int Number) { throw null; }
Hex(long Number)233         public static string Hex(long Number) { throw null; }
Hex(object Number)234         public static string Hex(object Number) { throw null; }
235         [System.CLSCompliantAttribute(false)]
Hex(sbyte Number)236         public static string Hex(sbyte Number) { throw null; }
237         [System.CLSCompliantAttribute(false)]
Hex(ushort Number)238         public static string Hex(ushort Number) { throw null; }
239         [System.CLSCompliantAttribute(false)]
Hex(uint Number)240         public static string Hex(uint Number) { throw null; }
241         [System.CLSCompliantAttribute(false)]
Hex(ulong Number)242         public static string Hex(ulong Number) { throw null; }
Int(decimal Number)243         public static decimal Int(decimal Number) { throw null; }
Int(double Number)244         public static double Int(double Number) { throw null; }
Int(short Number)245         public static short Int(short Number) { throw null; }
Int(int Number)246         public static int Int(int Number) { throw null; }
Int(long Number)247         public static long Int(long Number) { throw null; }
Int(object Number)248         public static object Int(object Number) { throw null; }
Int(float Number)249         public static float Int(float Number) { throw null; }
Oct(byte Number)250         public static string Oct(byte Number) { throw null; }
Oct(short Number)251         public static string Oct(short Number) { throw null; }
Oct(int Number)252         public static string Oct(int Number) { throw null; }
Oct(long Number)253         public static string Oct(long Number) { throw null; }
Oct(object Number)254         public static string Oct(object Number) { throw null; }
255         [System.CLSCompliantAttribute(false)]
Oct(sbyte Number)256         public static string Oct(sbyte Number) { throw null; }
257         [System.CLSCompliantAttribute(false)]
Oct(ushort Number)258         public static string Oct(ushort Number) { throw null; }
259         [System.CLSCompliantAttribute(false)]
Oct(uint Number)260         public static string Oct(uint Number) { throw null; }
261         [System.CLSCompliantAttribute(false)]
Oct(ulong Number)262         public static string Oct(ulong Number) { throw null; }
Str(object Number)263         public static string Str(object Number) { throw null; }
Val(char Expression)264         public static int Val(char Expression) { throw null; }
Val(object Expression)265         public static double Val(object Expression) { throw null; }
Val(string InputStr)266         public static double Val(string InputStr) { throw null; }
267     }
268     [Microsoft.VisualBasic.CompilerServices.StandardModuleAttribute]
269     public sealed partial class DateAndTime
270     {
DateAndTime()271         public DateAndTime() { }
272         public static string DateString { get { throw null; } set { } }
273         public static System.DateTime Now { get { throw null; } }
274         public static System.DateTime TimeOfDay { get { throw null; } set { } }
275         public static double Timer { get { throw null; } }
276         public static string TimeString { get { throw null; } set { } }
277         public static System.DateTime Today { get { throw null; } set { } }
DateAdd(Microsoft.VisualBasic.DateInterval Interval, double Number, System.DateTime DateValue)278         public static System.DateTime DateAdd(Microsoft.VisualBasic.DateInterval Interval, double Number, System.DateTime DateValue) { throw null; }
DateAdd(string Interval, double Number, object DateValue)279         public static System.DateTime DateAdd(string Interval, double Number, object DateValue) { throw null; }
DateDiff(Microsoft.VisualBasic.DateInterval Interval, System.DateTime Date1, System.DateTime Date2, Microsoft.VisualBasic.FirstDayOfWeek DayOfWeek=(Microsoft.VisualBasic.FirstDayOfWeek)(1), Microsoft.VisualBasic.FirstWeekOfYear WeekOfYear=(Microsoft.VisualBasic.FirstWeekOfYear)(1))280         public static long DateDiff(Microsoft.VisualBasic.DateInterval Interval, System.DateTime Date1, System.DateTime Date2, Microsoft.VisualBasic.FirstDayOfWeek DayOfWeek=(Microsoft.VisualBasic.FirstDayOfWeek)(1), Microsoft.VisualBasic.FirstWeekOfYear WeekOfYear=(Microsoft.VisualBasic.FirstWeekOfYear)(1)) { throw null; }
DateDiff(string Interval, object Date1, object Date2, Microsoft.VisualBasic.FirstDayOfWeek DayOfWeek=(Microsoft.VisualBasic.FirstDayOfWeek)(1), Microsoft.VisualBasic.FirstWeekOfYear WeekOfYear=(Microsoft.VisualBasic.FirstWeekOfYear)(1))281         public static long DateDiff(string Interval, object Date1, object Date2, Microsoft.VisualBasic.FirstDayOfWeek DayOfWeek=(Microsoft.VisualBasic.FirstDayOfWeek)(1), Microsoft.VisualBasic.FirstWeekOfYear WeekOfYear=(Microsoft.VisualBasic.FirstWeekOfYear)(1)) { throw null; }
DatePart(Microsoft.VisualBasic.DateInterval Interval, System.DateTime DateValue, Microsoft.VisualBasic.FirstDayOfWeek FirstDayOfWeekValue=(Microsoft.VisualBasic.FirstDayOfWeek)(1), Microsoft.VisualBasic.FirstWeekOfYear FirstWeekOfYearValue=(Microsoft.VisualBasic.FirstWeekOfYear)(1))282         public static int DatePart(Microsoft.VisualBasic.DateInterval Interval, System.DateTime DateValue, Microsoft.VisualBasic.FirstDayOfWeek FirstDayOfWeekValue=(Microsoft.VisualBasic.FirstDayOfWeek)(1), Microsoft.VisualBasic.FirstWeekOfYear FirstWeekOfYearValue=(Microsoft.VisualBasic.FirstWeekOfYear)(1)) { throw null; }
DatePart(string Interval, object DateValue, Microsoft.VisualBasic.FirstDayOfWeek DayOfWeek=(Microsoft.VisualBasic.FirstDayOfWeek)(1), Microsoft.VisualBasic.FirstWeekOfYear WeekOfYear=(Microsoft.VisualBasic.FirstWeekOfYear)(1))283         public static int DatePart(string Interval, object DateValue, Microsoft.VisualBasic.FirstDayOfWeek DayOfWeek=(Microsoft.VisualBasic.FirstDayOfWeek)(1), Microsoft.VisualBasic.FirstWeekOfYear WeekOfYear=(Microsoft.VisualBasic.FirstWeekOfYear)(1)) { throw null; }
DateSerial(int Year, int Month, int Day)284         public static System.DateTime DateSerial(int Year, int Month, int Day) { throw null; }
DateValue(string StringDate)285         public static System.DateTime DateValue(string StringDate) { throw null; }
Day(System.DateTime DateValue)286         public static int Day(System.DateTime DateValue) { throw null; }
Hour(System.DateTime TimeValue)287         public static int Hour(System.DateTime TimeValue) { throw null; }
Minute(System.DateTime TimeValue)288         public static int Minute(System.DateTime TimeValue) { throw null; }
Month(System.DateTime DateValue)289         public static int Month(System.DateTime DateValue) { throw null; }
MonthName(int Month, bool Abbreviate=false)290         public static string MonthName(int Month, bool Abbreviate=false) { throw null; }
Second(System.DateTime TimeValue)291         public static int Second(System.DateTime TimeValue) { throw null; }
TimeSerial(int Hour, int Minute, int Second)292         public static System.DateTime TimeSerial(int Hour, int Minute, int Second) { throw null; }
TimeValue(string StringTime)293         public static System.DateTime TimeValue(string StringTime) { throw null; }
Weekday(System.DateTime DateValue, Microsoft.VisualBasic.FirstDayOfWeek DayOfWeek=(Microsoft.VisualBasic.FirstDayOfWeek)(1))294         public static int Weekday(System.DateTime DateValue, Microsoft.VisualBasic.FirstDayOfWeek DayOfWeek=(Microsoft.VisualBasic.FirstDayOfWeek)(1)) { throw null; }
WeekdayName(int Weekday, bool Abbreviate=false, Microsoft.VisualBasic.FirstDayOfWeek FirstDayOfWeekValue=(Microsoft.VisualBasic.FirstDayOfWeek)(0))295         public static string WeekdayName(int Weekday, bool Abbreviate=false, Microsoft.VisualBasic.FirstDayOfWeek FirstDayOfWeekValue=(Microsoft.VisualBasic.FirstDayOfWeek)(0)) { throw null; }
Year(System.DateTime DateValue)296         public static int Year(System.DateTime DateValue) { throw null; }
297     }
298     public enum DateFormat
299     {
300         GeneralDate = 0,
301         LongDate = 1,
302         LongTime = 3,
303         ShortDate = 2,
304         ShortTime = 4,
305     }
306     public enum DateInterval
307     {
308         Day = 4,
309         DayOfYear = 3,
310         Hour = 7,
311         Minute = 8,
312         Month = 2,
313         Quarter = 1,
314         Second = 9,
315         Weekday = 6,
316         WeekOfYear = 5,
317         Year = 0,
318     }
319     public enum DueDate
320     {
321         BegOfPeriod = 1,
322         EndOfPeriod = 0,
323     }
324     public sealed partial class ErrObject
325     {
ErrObject()326         internal ErrObject() { }
327         public string Description { get { throw null; } set { } }
328         public int Erl { get { throw null; } }
329         public int HelpContext { get { throw null; } set { } }
330         public string HelpFile { get { throw null; } set { } }
331         public int LastDllError { get { throw null; } }
332         public int Number { get { throw null; } set { } }
333         public string Source { get { throw null; } set { } }
334         [System.Runtime.ConstrainedExecution.ReliabilityContractAttribute((System.Runtime.ConstrainedExecution.Consistency)(3), (System.Runtime.ConstrainedExecution.Cer)(2))]
Clear()335         public void Clear() { }
GetException()336         public System.Exception GetException() { throw null; }
Raise(int Number, object Source=null, object Description=null, object HelpFile=null, object HelpContext=null)337         public void Raise(int Number, object Source=null, object Description=null, object HelpFile=null, object HelpContext=null) { }
338     }
339     [System.FlagsAttribute]
340     public enum FileAttribute
341     {
342         Archive = 32,
343         Directory = 16,
344         Hidden = 2,
345         Normal = 0,
346         ReadOnly = 1,
347         System = 4,
348         Volume = 8,
349     }
350     [Microsoft.VisualBasic.CompilerServices.StandardModuleAttribute]
351     public sealed partial class FileSystem
352     {
FileSystem()353         public FileSystem() { }
ChDir(string Path)354         public static void ChDir(string Path) { }
ChDrive(char Drive)355         public static void ChDrive(char Drive) { }
ChDrive(string Drive)356         public static void ChDrive(string Drive) { }
CurDir()357         public static string CurDir() { throw null; }
CurDir(char Drive)358         public static string CurDir(char Drive) { throw null; }
Dir()359         public static string Dir() { throw null; }
Dir(string Pathname, Microsoft.VisualBasic.FileAttribute Attributes=(Microsoft.VisualBasic.FileAttribute)(0))360         public static string Dir(string Pathname, Microsoft.VisualBasic.FileAttribute Attributes=(Microsoft.VisualBasic.FileAttribute)(0)) { throw null; }
EOF(int FileNumber)361         public static bool EOF(int FileNumber) { throw null; }
FileAttr(int FileNumber)362         public static Microsoft.VisualBasic.OpenMode FileAttr(int FileNumber) { throw null; }
FileClose(params int[] FileNumbers)363         public static void FileClose(params int[] FileNumbers) { }
FileCopy(string Source, string Destination)364         public static void FileCopy(string Source, string Destination) { }
FileDateTime(string PathName)365         public static System.DateTime FileDateTime(string PathName) { throw null; }
FileGet(int FileNumber, ref System.Array Value, long RecordNumber=(long)-1, bool ArrayIsDynamic=false, bool StringIsFixedLength=false)366         public static void FileGet(int FileNumber, ref System.Array Value, long RecordNumber=(long)-1, bool ArrayIsDynamic=false, bool StringIsFixedLength=false) { }
FileGet(int FileNumber, ref bool Value, long RecordNumber=(long)-1)367         public static void FileGet(int FileNumber, ref bool Value, long RecordNumber=(long)-1) { }
FileGet(int FileNumber, ref byte Value, long RecordNumber=(long)-1)368         public static void FileGet(int FileNumber, ref byte Value, long RecordNumber=(long)-1) { }
FileGet(int FileNumber, ref char Value, long RecordNumber=(long)-1)369         public static void FileGet(int FileNumber, ref char Value, long RecordNumber=(long)-1) { }
FileGet(int FileNumber, ref System.DateTime Value, long RecordNumber=(long)-1)370         public static void FileGet(int FileNumber, ref System.DateTime Value, long RecordNumber=(long)-1) { }
FileGet(int FileNumber, ref decimal Value, long RecordNumber=(long)-1)371         public static void FileGet(int FileNumber, ref decimal Value, long RecordNumber=(long)-1) { }
FileGet(int FileNumber, ref double Value, long RecordNumber=(long)-1)372         public static void FileGet(int FileNumber, ref double Value, long RecordNumber=(long)-1) { }
FileGet(int FileNumber, ref short Value, long RecordNumber=(long)-1)373         public static void FileGet(int FileNumber, ref short Value, long RecordNumber=(long)-1) { }
FileGet(int FileNumber, ref int Value, long RecordNumber=(long)-1)374         public static void FileGet(int FileNumber, ref int Value, long RecordNumber=(long)-1) { }
FileGet(int FileNumber, ref long Value, long RecordNumber=(long)-1)375         public static void FileGet(int FileNumber, ref long Value, long RecordNumber=(long)-1) { }
FileGet(int FileNumber, ref float Value, long RecordNumber=(long)-1)376         public static void FileGet(int FileNumber, ref float Value, long RecordNumber=(long)-1) { }
FileGet(int FileNumber, ref string Value, long RecordNumber=(long)-1, bool StringIsFixedLength=false)377         public static void FileGet(int FileNumber, ref string Value, long RecordNumber=(long)-1, bool StringIsFixedLength=false) { }
FileGet(int FileNumber, ref System.ValueType Value, long RecordNumber=(long)-1)378         public static void FileGet(int FileNumber, ref System.ValueType Value, long RecordNumber=(long)-1) { }
FileGetObject(int FileNumber, ref object Value, long RecordNumber=(long)-1)379         public static void FileGetObject(int FileNumber, ref object Value, long RecordNumber=(long)-1) { }
FileLen(string PathName)380         public static long FileLen(string PathName) { throw null; }
FileOpen(int FileNumber, string FileName, Microsoft.VisualBasic.OpenMode Mode, Microsoft.VisualBasic.OpenAccess Access=(Microsoft.VisualBasic.OpenAccess)(-1), Microsoft.VisualBasic.OpenShare Share=(Microsoft.VisualBasic.OpenShare)(-1), int RecordLength=-1)381         public static void FileOpen(int FileNumber, string FileName, Microsoft.VisualBasic.OpenMode Mode, Microsoft.VisualBasic.OpenAccess Access=(Microsoft.VisualBasic.OpenAccess)(-1), Microsoft.VisualBasic.OpenShare Share=(Microsoft.VisualBasic.OpenShare)(-1), int RecordLength=-1) { }
FilePut(int FileNumber, System.Array Value, long RecordNumber=(long)-1, bool ArrayIsDynamic=false, bool StringIsFixedLength=false)382         public static void FilePut(int FileNumber, System.Array Value, long RecordNumber=(long)-1, bool ArrayIsDynamic=false, bool StringIsFixedLength=false) { }
FilePut(int FileNumber, bool Value, long RecordNumber=(long)-1)383         public static void FilePut(int FileNumber, bool Value, long RecordNumber=(long)-1) { }
FilePut(int FileNumber, byte Value, long RecordNumber=(long)-1)384         public static void FilePut(int FileNumber, byte Value, long RecordNumber=(long)-1) { }
FilePut(int FileNumber, char Value, long RecordNumber=(long)-1)385         public static void FilePut(int FileNumber, char Value, long RecordNumber=(long)-1) { }
FilePut(int FileNumber, System.DateTime Value, long RecordNumber=(long)-1)386         public static void FilePut(int FileNumber, System.DateTime Value, long RecordNumber=(long)-1) { }
FilePut(int FileNumber, decimal Value, long RecordNumber=(long)-1)387         public static void FilePut(int FileNumber, decimal Value, long RecordNumber=(long)-1) { }
FilePut(int FileNumber, double Value, long RecordNumber=(long)-1)388         public static void FilePut(int FileNumber, double Value, long RecordNumber=(long)-1) { }
FilePut(int FileNumber, short Value, long RecordNumber=(long)-1)389         public static void FilePut(int FileNumber, short Value, long RecordNumber=(long)-1) { }
FilePut(int FileNumber, int Value, long RecordNumber=(long)-1)390         public static void FilePut(int FileNumber, int Value, long RecordNumber=(long)-1) { }
FilePut(int FileNumber, long Value, long RecordNumber=(long)-1)391         public static void FilePut(int FileNumber, long Value, long RecordNumber=(long)-1) { }
FilePut(int FileNumber, float Value, long RecordNumber=(long)-1)392         public static void FilePut(int FileNumber, float Value, long RecordNumber=(long)-1) { }
FilePut(int FileNumber, string Value, long RecordNumber=(long)-1, bool StringIsFixedLength=false)393         public static void FilePut(int FileNumber, string Value, long RecordNumber=(long)-1, bool StringIsFixedLength=false) { }
FilePut(int FileNumber, System.ValueType Value, long RecordNumber=(long)-1)394         public static void FilePut(int FileNumber, System.ValueType Value, long RecordNumber=(long)-1) { }
395         [System.ObsoleteAttribute("This member has been deprectated. Try FilePutObject.")]
FilePut(object FileNumber, object Value, object RecordNumber=null)396         public static void FilePut(object FileNumber, object Value, object RecordNumber=null) { }
FilePutObject(int FileNumber, object Value, long RecordNumber=(long)-1)397         public static void FilePutObject(int FileNumber, object Value, long RecordNumber=(long)-1) { }
FileWidth(int FileNumber, int RecordWidth)398         public static void FileWidth(int FileNumber, int RecordWidth) { }
FreeFile()399         public static int FreeFile() { throw null; }
GetAttr(string PathName)400         public static Microsoft.VisualBasic.FileAttribute GetAttr(string PathName) { throw null; }
Input(int FileNumber, ref bool Value)401         public static void Input(int FileNumber, ref bool Value) { }
Input(int FileNumber, ref byte Value)402         public static void Input(int FileNumber, ref byte Value) { }
Input(int FileNumber, ref char Value)403         public static void Input(int FileNumber, ref char Value) { }
Input(int FileNumber, ref System.DateTime Value)404         public static void Input(int FileNumber, ref System.DateTime Value) { }
Input(int FileNumber, ref decimal Value)405         public static void Input(int FileNumber, ref decimal Value) { }
Input(int FileNumber, ref double Value)406         public static void Input(int FileNumber, ref double Value) { }
Input(int FileNumber, ref short Value)407         public static void Input(int FileNumber, ref short Value) { }
Input(int FileNumber, ref int Value)408         public static void Input(int FileNumber, ref int Value) { }
Input(int FileNumber, ref long Value)409         public static void Input(int FileNumber, ref long Value) { }
Input(int FileNumber, ref object Value)410         public static void Input(int FileNumber, ref object Value) { }
Input(int FileNumber, ref float Value)411         public static void Input(int FileNumber, ref float Value) { }
Input(int FileNumber, ref string Value)412         public static void Input(int FileNumber, ref string Value) { }
InputString(int FileNumber, int CharCount)413         public static string InputString(int FileNumber, int CharCount) { throw null; }
Kill(string PathName)414         public static void Kill(string PathName) { }
LineInput(int FileNumber)415         public static string LineInput(int FileNumber) { throw null; }
Loc(int FileNumber)416         public static long Loc(int FileNumber) { throw null; }
Lock(int FileNumber)417         public static void Lock(int FileNumber) { }
Lock(int FileNumber, long Record)418         public static void Lock(int FileNumber, long Record) { }
Lock(int FileNumber, long FromRecord, long ToRecord)419         public static void Lock(int FileNumber, long FromRecord, long ToRecord) { }
LOF(int FileNumber)420         public static long LOF(int FileNumber) { throw null; }
MkDir(string Path)421         public static void MkDir(string Path) { }
Print(int FileNumber, params object[] Output)422         public static void Print(int FileNumber, params object[] Output) { }
PrintLine(int FileNumber, params object[] Output)423         public static void PrintLine(int FileNumber, params object[] Output) { }
Rename(string OldPath, string NewPath)424         public static void Rename(string OldPath, string NewPath) { }
Reset()425         public static void Reset() { }
RmDir(string Path)426         public static void RmDir(string Path) { }
Seek(int FileNumber)427         public static long Seek(int FileNumber) { throw null; }
Seek(int FileNumber, long Position)428         public static void Seek(int FileNumber, long Position) { }
SetAttr(string PathName, Microsoft.VisualBasic.FileAttribute Attributes)429         public static void SetAttr(string PathName, Microsoft.VisualBasic.FileAttribute Attributes) { }
SPC(short Count)430         public static Microsoft.VisualBasic.SpcInfo SPC(short Count) { throw null; }
TAB()431         public static Microsoft.VisualBasic.TabInfo TAB() { throw null; }
TAB(short Column)432         public static Microsoft.VisualBasic.TabInfo TAB(short Column) { throw null; }
Unlock(int FileNumber)433         public static void Unlock(int FileNumber) { }
Unlock(int FileNumber, long Record)434         public static void Unlock(int FileNumber, long Record) { }
Unlock(int FileNumber, long FromRecord, long ToRecord)435         public static void Unlock(int FileNumber, long FromRecord, long ToRecord) { }
Write(int FileNumber, params object[] Output)436         public static void Write(int FileNumber, params object[] Output) { }
WriteLine(int FileNumber, params object[] Output)437         public static void WriteLine(int FileNumber, params object[] Output) { }
438     }
439     [Microsoft.VisualBasic.CompilerServices.StandardModuleAttribute]
440     public sealed partial class Financial
441     {
Financial()442         public Financial() { }
DDB(double Cost, double Salvage, double Life, double Period, double Factor=2)443         public static double DDB(double Cost, double Salvage, double Life, double Period, double Factor=2) { throw null; }
FV(double Rate, double NPer, double Pmt, double PV=0, Microsoft.VisualBasic.DueDate Due=(Microsoft.VisualBasic.DueDate)(0))444         public static double FV(double Rate, double NPer, double Pmt, double PV=0, Microsoft.VisualBasic.DueDate Due=(Microsoft.VisualBasic.DueDate)(0)) { throw null; }
IPmt(double Rate, double Per, double NPer, double PV, double FV=0, Microsoft.VisualBasic.DueDate Due=(Microsoft.VisualBasic.DueDate)(0))445         public static double IPmt(double Rate, double Per, double NPer, double PV, double FV=0, Microsoft.VisualBasic.DueDate Due=(Microsoft.VisualBasic.DueDate)(0)) { throw null; }
IRR(ref double[] ValueArray, double Guess=0.1)446         public static double IRR(ref double[] ValueArray, double Guess=0.1) { throw null; }
MIRR(ref double[] ValueArray, double FinanceRate, double ReinvestRate)447         public static double MIRR(ref double[] ValueArray, double FinanceRate, double ReinvestRate) { throw null; }
NPer(double Rate, double Pmt, double PV, double FV=0, Microsoft.VisualBasic.DueDate Due=(Microsoft.VisualBasic.DueDate)(0))448         public static double NPer(double Rate, double Pmt, double PV, double FV=0, Microsoft.VisualBasic.DueDate Due=(Microsoft.VisualBasic.DueDate)(0)) { throw null; }
NPV(double Rate, ref double[] ValueArray)449         public static double NPV(double Rate, ref double[] ValueArray) { throw null; }
Pmt(double Rate, double NPer, double PV, double FV=0, Microsoft.VisualBasic.DueDate Due=(Microsoft.VisualBasic.DueDate)(0))450         public static double Pmt(double Rate, double NPer, double PV, double FV=0, Microsoft.VisualBasic.DueDate Due=(Microsoft.VisualBasic.DueDate)(0)) { throw null; }
PPmt(double Rate, double Per, double NPer, double PV, double FV=0, Microsoft.VisualBasic.DueDate Due=(Microsoft.VisualBasic.DueDate)(0))451         public static double PPmt(double Rate, double Per, double NPer, double PV, double FV=0, Microsoft.VisualBasic.DueDate Due=(Microsoft.VisualBasic.DueDate)(0)) { throw null; }
PV(double Rate, double NPer, double Pmt, double FV=0, Microsoft.VisualBasic.DueDate Due=(Microsoft.VisualBasic.DueDate)(0))452         public static double PV(double Rate, double NPer, double Pmt, double FV=0, Microsoft.VisualBasic.DueDate Due=(Microsoft.VisualBasic.DueDate)(0)) { throw null; }
Rate(double NPer, double Pmt, double PV, double FV=0, Microsoft.VisualBasic.DueDate Due=(Microsoft.VisualBasic.DueDate)(0), double Guess=0.1)453         public static double Rate(double NPer, double Pmt, double PV, double FV=0, Microsoft.VisualBasic.DueDate Due=(Microsoft.VisualBasic.DueDate)(0), double Guess=0.1) { throw null; }
SLN(double Cost, double Salvage, double Life)454         public static double SLN(double Cost, double Salvage, double Life) { throw null; }
SYD(double Cost, double Salvage, double Life, double Period)455         public static double SYD(double Cost, double Salvage, double Life, double Period) { throw null; }
456     }
457     public enum FirstDayOfWeek
458     {
459         Friday = 6,
460         Monday = 2,
461         Saturday = 7,
462         Sunday = 1,
463         System = 0,
464         Thursday = 5,
465         Tuesday = 3,
466         Wednesday = 4,
467     }
468     public enum FirstWeekOfYear
469     {
470         FirstFourDays = 2,
471         FirstFullWeek = 3,
472         Jan1 = 1,
473         System = 0,
474     }
475     [Microsoft.VisualBasic.CompilerServices.StandardModuleAttribute]
476     public sealed partial class Globals
477     {
Globals()478         public Globals() { }
479         public static string ScriptEngine { get { throw null; } }
480         public static int ScriptEngineBuildVersion { get { throw null; } }
481         public static int ScriptEngineMajorVersion { get { throw null; } }
482         public static int ScriptEngineMinorVersion { get { throw null; } }
483     }
484     [System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false, Inherited=false)]
485     public sealed partial class HideModuleNameAttribute : System.Attribute
486     {
HideModuleNameAttribute()487         public HideModuleNameAttribute() { }
488     }
489     [Microsoft.VisualBasic.CompilerServices.StandardModuleAttribute]
490     public sealed partial class Information
491     {
Information()492         public Information() { }
493         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
Erl()494         public static int Erl() { throw null; }
Err()495         public static Microsoft.VisualBasic.ErrObject Err() { throw null; }
IsArray(object VarName)496         public static bool IsArray(object VarName) { throw null; }
IsDate(object Expression)497         public static bool IsDate(object Expression) { throw null; }
IsDBNull(object Expression)498         public static bool IsDBNull(object Expression) { throw null; }
IsError(object Expression)499         public static bool IsError(object Expression) { throw null; }
IsNothing(object Expression)500         public static bool IsNothing(object Expression) { throw null; }
IsNumeric(object Expression)501         public static bool IsNumeric(object Expression) { throw null; }
IsReference(object Expression)502         public static bool IsReference(object Expression) { throw null; }
LBound(System.Array Array, int Rank=1)503         public static int LBound(System.Array Array, int Rank=1) { throw null; }
QBColor(int Color)504         public static int QBColor(int Color) { throw null; }
RGB(int Red, int Green, int Blue)505         public static int RGB(int Red, int Green, int Blue) { throw null; }
SystemTypeName(string VbName)506         public static string SystemTypeName(string VbName) { throw null; }
TypeName(object VarName)507         public static string TypeName(object VarName) { throw null; }
UBound(System.Array Array, int Rank=1)508         public static int UBound(System.Array Array, int Rank=1) { throw null; }
VarType(object VarName)509         public static Microsoft.VisualBasic.VariantType VarType(object VarName) { throw null; }
VbTypeName(string UrtName)510         public static string VbTypeName(string UrtName) { throw null; }
511     }
512     [Microsoft.VisualBasic.CompilerServices.StandardModuleAttribute]
513     public sealed partial class Interaction
514     {
Interaction()515         public Interaction() { }
AppActivate(int ProcessId)516         public static void AppActivate(int ProcessId) { }
AppActivate(string Title)517         public static void AppActivate(string Title) { }
Beep()518         public static void Beep() { }
519         [System.MonoLimitationAttribute("CallType.Let options is not supported.")]
CallByName(object ObjectRef, string ProcName, Microsoft.VisualBasic.CallType UseCallType, params object[] Args)520         public static object CallByName(object ObjectRef, string ProcName, Microsoft.VisualBasic.CallType UseCallType, params object[] Args) { throw null; }
Choose(double Index, params object[] Choice)521         public static object Choose(double Index, params object[] Choice) { throw null; }
Command()522         public static string Command() { throw null; }
CreateObject(string ProgId, string ServerName=R)523         public static object CreateObject(string ProgId, string ServerName="") { throw null; }
DeleteSetting(string AppName, string Section=null, string Key=null)524         public static void DeleteSetting(string AppName, string Section=null, string Key=null) { }
Environ(int Expression)525         public static string Environ(int Expression) { throw null; }
Environ(string Expression)526         public static string Environ(string Expression) { throw null; }
527         [System.MonoLimitationAttribute("If this function is used the assembly have to be recompiled when you switch platforms.")]
GetAllSettings(string AppName, string Section)528         public static string[,] GetAllSettings(string AppName, string Section) { throw null; }
GetObject(string PathName=null, string Class=null)529         public static object GetObject(string PathName=null, string Class=null) { throw null; }
GetSetting(string AppName, string Section, string Key, string Default=R)530         public static string GetSetting(string AppName, string Section, string Key, string Default="") { throw null; }
IIf(bool Expression, object TruePart, object FalsePart)531         public static object IIf(bool Expression, object TruePart, object FalsePart) { throw null; }
InputBox(string Prompt, string Title=R, string DefaultResponse=R, int XPos=-1, int YPos=-1)532         public static string InputBox(string Prompt, string Title="", string DefaultResponse="", int XPos=-1, int YPos=-1) { throw null; }
MsgBox(object Prompt, Microsoft.VisualBasic.MsgBoxStyle Button=(Microsoft.VisualBasic.MsgBoxStyle)(0), object Title=null)533         public static Microsoft.VisualBasic.MsgBoxResult MsgBox(object Prompt, Microsoft.VisualBasic.MsgBoxStyle Button=(Microsoft.VisualBasic.MsgBoxStyle)(0), object Title=null) { throw null; }
Partition(long Number, long Start, long Stop, long Interval)534         public static string Partition(long Number, long Start, long Stop, long Interval) { throw null; }
SaveSetting(string AppName, string Section, string Key, string Setting)535         public static void SaveSetting(string AppName, string Section, string Key, string Setting) { }
Shell(string Pathname, Microsoft.VisualBasic.AppWinStyle Style=(Microsoft.VisualBasic.AppWinStyle)(2), bool Wait=false, int Timeout=-1)536         public static int Shell(string Pathname, Microsoft.VisualBasic.AppWinStyle Style=(Microsoft.VisualBasic.AppWinStyle)(2), bool Wait=false, int Timeout=-1) { throw null; }
Switch(params object[] VarExpr)537         public static object Switch(params object[] VarExpr) { throw null; }
538         public partial class InputForm : System.Windows.Forms.Form
539         {
InputForm(string Prompt, string Title=R, string DefaultResponse=R, int XPos=-1, int YPos=-1)540             public InputForm(string Prompt, string Title="", string DefaultResponse="", int XPos=-1, int YPos=-1) { }
Run()541             public string Run() { throw null; }
542         }
543     }
544     public enum MsgBoxResult
545     {
546         Abort = 3,
547         Cancel = 2,
548         Ignore = 5,
549         No = 7,
550         Ok = 1,
551         Retry = 4,
552         Yes = 6,
553     }
554     [System.FlagsAttribute]
555     public enum MsgBoxStyle
556     {
557         AbortRetryIgnore = 2,
558         ApplicationModal = 0,
559         Critical = 16,
560         DefaultButton1 = 0,
561         DefaultButton2 = 256,
562         DefaultButton3 = 512,
563         Exclamation = 48,
564         Information = 64,
565         MsgBoxHelp = 16384,
566         MsgBoxRight = 524288,
567         MsgBoxRtlReading = 1048576,
568         MsgBoxSetForeground = 65536,
569         OkCancel = 1,
570         OkOnly = 0,
571         Question = 32,
572         RetryCancel = 5,
573         SystemModal = 4096,
574         YesNo = 4,
575         YesNoCancel = 3,
576     }
577     [System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false, Inherited=false)]
578     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
579     public sealed partial class MyGroupCollectionAttribute : System.Attribute
580     {
MyGroupCollectionAttribute(string typeToCollect, string createInstanceMethodName, string disposeInstanceMethodName, string defaultInstanceAlias)581         public MyGroupCollectionAttribute(string typeToCollect, string createInstanceMethodName, string disposeInstanceMethodName, string defaultInstanceAlias) { }
582         public string CreateMethod { get { throw null; } }
583         public string DefaultInstanceAlias { get { throw null; } }
584         public string DisposeMethod { get { throw null; } }
585         public string MyGroupName { get { throw null; } }
586     }
587     public enum OpenAccess
588     {
589         Default = -1,
590         Read = 1,
591         ReadWrite = 3,
592         Write = 2,
593     }
594     public enum OpenMode
595     {
596         Append = 8,
597         Binary = 32,
598         Input = 1,
599         Output = 2,
600         Random = 4,
601     }
602     public enum OpenShare
603     {
604         Default = -1,
605         LockRead = 2,
606         LockReadWrite = 0,
607         LockWrite = 1,
608         Shared = 3,
609     }
610     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
611     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
612     public partial struct SpcInfo
613     {
614         public short Count;
615     }
616     [Microsoft.VisualBasic.CompilerServices.StandardModuleAttribute]
617     public sealed partial class Strings
618     {
Strings()619         public Strings() { }
Asc(char String)620         public static int Asc(char String) { throw null; }
Asc(string String)621         public static int Asc(string String) { throw null; }
AscW(char String)622         public static int AscW(char String) { throw null; }
AscW(string String)623         public static int AscW(string String) { throw null; }
Chr(int CharCode)624         public static char Chr(int CharCode) { throw null; }
ChrW(int CharCode)625         public static char ChrW(int CharCode) { throw null; }
Filter(object[] Source, string Match, bool Include=true, [Microsoft.VisualBasic.CompilerServices.OptionCompareAttribute]Microsoft.VisualBasic.CompareMethod Compare=(Microsoft.VisualBasic.CompareMethod)(0))626         public static string[] Filter(object[] Source, string Match, bool Include=true, [Microsoft.VisualBasic.CompilerServices.OptionCompareAttribute]Microsoft.VisualBasic.CompareMethod Compare=(Microsoft.VisualBasic.CompareMethod)(0)) { throw null; }
Filter(string[] Source, string Match, bool Include=true, [Microsoft.VisualBasic.CompilerServices.OptionCompareAttribute]Microsoft.VisualBasic.CompareMethod Compare=(Microsoft.VisualBasic.CompareMethod)(0))627         public static string[] Filter(string[] Source, string Match, bool Include=true, [Microsoft.VisualBasic.CompilerServices.OptionCompareAttribute]Microsoft.VisualBasic.CompareMethod Compare=(Microsoft.VisualBasic.CompareMethod)(0)) { throw null; }
Format(object Expression, string Style=R)628         public static string Format(object Expression, string Style="") { throw null; }
FormatCurrency(object Expression, int NumDigitsAfterDecimal=-1, Microsoft.VisualBasic.TriState IncludeLeadingDigit=(Microsoft.VisualBasic.TriState)(-2), Microsoft.VisualBasic.TriState UseParensForNegativeNumbers=(Microsoft.VisualBasic.TriState)(-2), Microsoft.VisualBasic.TriState GroupDigits=(Microsoft.VisualBasic.TriState)(-2))629         public static string FormatCurrency(object Expression, int NumDigitsAfterDecimal=-1, Microsoft.VisualBasic.TriState IncludeLeadingDigit=(Microsoft.VisualBasic.TriState)(-2), Microsoft.VisualBasic.TriState UseParensForNegativeNumbers=(Microsoft.VisualBasic.TriState)(-2), Microsoft.VisualBasic.TriState GroupDigits=(Microsoft.VisualBasic.TriState)(-2)) { throw null; }
FormatDateTime(System.DateTime Expression, Microsoft.VisualBasic.DateFormat NamedFormat=(Microsoft.VisualBasic.DateFormat)(0))630         public static string FormatDateTime(System.DateTime Expression, Microsoft.VisualBasic.DateFormat NamedFormat=(Microsoft.VisualBasic.DateFormat)(0)) { throw null; }
FormatNumber(object Expression, int NumDigitsAfterDecimal=-1, Microsoft.VisualBasic.TriState IncludeLeadingDigit=(Microsoft.VisualBasic.TriState)(-2), Microsoft.VisualBasic.TriState UseParensForNegativeNumbers=(Microsoft.VisualBasic.TriState)(-2), Microsoft.VisualBasic.TriState GroupDigits=(Microsoft.VisualBasic.TriState)(-2))631         public static string FormatNumber(object Expression, int NumDigitsAfterDecimal=-1, Microsoft.VisualBasic.TriState IncludeLeadingDigit=(Microsoft.VisualBasic.TriState)(-2), Microsoft.VisualBasic.TriState UseParensForNegativeNumbers=(Microsoft.VisualBasic.TriState)(-2), Microsoft.VisualBasic.TriState GroupDigits=(Microsoft.VisualBasic.TriState)(-2)) { throw null; }
FormatPercent(object Expression, int NumDigitsAfterDecimal=-1, Microsoft.VisualBasic.TriState IncludeLeadingDigit=(Microsoft.VisualBasic.TriState)(-2), Microsoft.VisualBasic.TriState UseParensForNegativeNumbers=(Microsoft.VisualBasic.TriState)(-2), Microsoft.VisualBasic.TriState GroupDigits=(Microsoft.VisualBasic.TriState)(-2))632         public static string FormatPercent(object Expression, int NumDigitsAfterDecimal=-1, Microsoft.VisualBasic.TriState IncludeLeadingDigit=(Microsoft.VisualBasic.TriState)(-2), Microsoft.VisualBasic.TriState UseParensForNegativeNumbers=(Microsoft.VisualBasic.TriState)(-2), Microsoft.VisualBasic.TriState GroupDigits=(Microsoft.VisualBasic.TriState)(-2)) { throw null; }
GetChar(string str, int Index)633         public static char GetChar(string str, int Index) { throw null; }
InStr(int Start, string String1, string String2, [Microsoft.VisualBasic.CompilerServices.OptionCompareAttribute]Microsoft.VisualBasic.CompareMethod Compare=(Microsoft.VisualBasic.CompareMethod)(0))634         public static int InStr(int Start, string String1, string String2, [Microsoft.VisualBasic.CompilerServices.OptionCompareAttribute]Microsoft.VisualBasic.CompareMethod Compare=(Microsoft.VisualBasic.CompareMethod)(0)) { throw null; }
InStr(string String1, string String2, [Microsoft.VisualBasic.CompilerServices.OptionCompareAttribute]Microsoft.VisualBasic.CompareMethod Compare=(Microsoft.VisualBasic.CompareMethod)(0))635         public static int InStr(string String1, string String2, [Microsoft.VisualBasic.CompilerServices.OptionCompareAttribute]Microsoft.VisualBasic.CompareMethod Compare=(Microsoft.VisualBasic.CompareMethod)(0)) { throw null; }
InStrRev(string StringCheck, string StringMatch, int Start=-1, [Microsoft.VisualBasic.CompilerServices.OptionCompareAttribute]Microsoft.VisualBasic.CompareMethod Compare=(Microsoft.VisualBasic.CompareMethod)(0))636         public static int InStrRev(string StringCheck, string StringMatch, int Start=-1, [Microsoft.VisualBasic.CompilerServices.OptionCompareAttribute]Microsoft.VisualBasic.CompareMethod Compare=(Microsoft.VisualBasic.CompareMethod)(0)) { throw null; }
Join(object[] SourceArray, string Delimiter=R)637         public static string Join(object[] SourceArray, string Delimiter=" ") { throw null; }
Join(string[] SourceArray, string Delimiter=R)638         public static string Join(string[] SourceArray, string Delimiter=" ") { throw null; }
LCase(char Value)639         public static char LCase(char Value) { throw null; }
LCase(string Value)640         public static string LCase(string Value) { throw null; }
Left(string str, int Length)641         public static string Left(string str, int Length) { throw null; }
Len(bool Expression)642         public static int Len(bool Expression) { throw null; }
Len(byte Expression)643         public static int Len(byte Expression) { throw null; }
Len(char Expression)644         public static int Len(char Expression) { throw null; }
Len(System.DateTime Expression)645         public static int Len(System.DateTime Expression) { throw null; }
Len(decimal Expression)646         public static int Len(decimal Expression) { throw null; }
Len(double Expression)647         public static int Len(double Expression) { throw null; }
Len(short Expression)648         public static int Len(short Expression) { throw null; }
Len(int Expression)649         public static int Len(int Expression) { throw null; }
Len(long Expression)650         public static int Len(long Expression) { throw null; }
Len(object Expression)651         public static int Len(object Expression) { throw null; }
652         [System.CLSCompliantAttribute(false)]
Len(sbyte Expression)653         public static int Len(sbyte Expression) { throw null; }
Len(float Expression)654         public static int Len(float Expression) { throw null; }
Len(string Expression)655         public static int Len(string Expression) { throw null; }
656         [System.CLSCompliantAttribute(false)]
Len(ushort Expression)657         public static int Len(ushort Expression) { throw null; }
658         [System.CLSCompliantAttribute(false)]
Len(uint Expression)659         public static int Len(uint Expression) { throw null; }
660         [System.CLSCompliantAttribute(false)]
Len(ulong Expression)661         public static int Len(ulong Expression) { throw null; }
LSet(string Source, int Length)662         public static string LSet(string Source, int Length) { throw null; }
LTrim(string str)663         public static string LTrim(string str) { throw null; }
Mid(string str, int Start)664         public static string Mid(string str, int Start) { throw null; }
Mid(string str, int Start, int Length)665         public static string Mid(string str, int Start, int Length) { throw null; }
Replace(string Expression, string Find, string Replacement, int Start=1, int Count=-1, [Microsoft.VisualBasic.CompilerServices.OptionCompareAttribute]Microsoft.VisualBasic.CompareMethod Compare=(Microsoft.VisualBasic.CompareMethod)(0))666         public static string Replace(string Expression, string Find, string Replacement, int Start=1, int Count=-1, [Microsoft.VisualBasic.CompilerServices.OptionCompareAttribute]Microsoft.VisualBasic.CompareMethod Compare=(Microsoft.VisualBasic.CompareMethod)(0)) { throw null; }
Right(string str, int Length)667         public static string Right(string str, int Length) { throw null; }
RSet(string Source, int Length)668         public static string RSet(string Source, int Length) { throw null; }
RTrim(string str)669         public static string RTrim(string str) { throw null; }
Space(int Number)670         public static string Space(int Number) { throw null; }
Split(string Expression, string Delimiter=R, int Limit=-1, [Microsoft.VisualBasic.CompilerServices.OptionCompareAttribute]Microsoft.VisualBasic.CompareMethod Compare=(Microsoft.VisualBasic.CompareMethod)(0))671         public static string[] Split(string Expression, string Delimiter=" ", int Limit=-1, [Microsoft.VisualBasic.CompilerServices.OptionCompareAttribute]Microsoft.VisualBasic.CompareMethod Compare=(Microsoft.VisualBasic.CompareMethod)(0)) { throw null; }
StrComp(string String1, string String2, [Microsoft.VisualBasic.CompilerServices.OptionCompareAttribute]Microsoft.VisualBasic.CompareMethod Compare=(Microsoft.VisualBasic.CompareMethod)(0))672         public static int StrComp(string String1, string String2, [Microsoft.VisualBasic.CompilerServices.OptionCompareAttribute]Microsoft.VisualBasic.CompareMethod Compare=(Microsoft.VisualBasic.CompareMethod)(0)) { throw null; }
StrConv(string str, Microsoft.VisualBasic.VbStrConv Conversion, int LocaleID=0)673         public static string StrConv(string str, Microsoft.VisualBasic.VbStrConv Conversion, int LocaleID=0) { throw null; }
StrDup(int Number, char Character)674         public static string StrDup(int Number, char Character) { throw null; }
StrDup(int Number, object Character)675         public static object StrDup(int Number, object Character) { throw null; }
StrDup(int Number, string Character)676         public static string StrDup(int Number, string Character) { throw null; }
StrReverse(string Expression)677         public static string StrReverse(string Expression) { throw null; }
Trim(string str)678         public static string Trim(string str) { throw null; }
UCase(char Value)679         public static char UCase(char Value) { throw null; }
UCase(string Value)680         public static string UCase(string Value) { throw null; }
681     }
682     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
683     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
684     public partial struct TabInfo
685     {
686         public short Column;
687     }
688     public enum TriState
689     {
690         False = 0,
691         True = -1,
692         UseDefault = -2,
693     }
694     public enum VariantType
695     {
696         Array = 8192,
697         Boolean = 11,
698         Byte = 17,
699         Char = 18,
700         Currency = 6,
701         DataObject = 13,
702         Date = 7,
703         Decimal = 14,
704         Double = 5,
705         Empty = 0,
706         Error = 10,
707         Integer = 3,
708         Long = 20,
709         Null = 1,
710         Object = 9,
711         Short = 2,
712         Single = 4,
713         String = 8,
714         UserDefinedType = 36,
715         Variant = 12,
716     }
717     [System.AttributeUsageAttribute((System.AttributeTargets)(256), Inherited=false, AllowMultiple=false)]
718     public sealed partial class VBFixedArrayAttribute : System.Attribute
719     {
VBFixedArrayAttribute(int UpperBound1)720         public VBFixedArrayAttribute(int UpperBound1) { }
VBFixedArrayAttribute(int UpperBound1, int UpperBound2)721         public VBFixedArrayAttribute(int UpperBound1, int UpperBound2) { }
722         public int[] Bounds { get { throw null; } }
723         public int Length { get { throw null; } }
724     }
725     [System.AttributeUsageAttribute((System.AttributeTargets)(256), Inherited=false, AllowMultiple=false)]
726     public sealed partial class VBFixedStringAttribute : System.Attribute
727     {
VBFixedStringAttribute(int Length)728         public VBFixedStringAttribute(int Length) { }
729         public int Length { get { throw null; } }
730     }
731     [Microsoft.VisualBasic.CompilerServices.StandardModuleAttribute]
732     public sealed partial class VBMath
733     {
VBMath()734         public VBMath() { }
Randomize()735         public static void Randomize() { }
Randomize(double Number)736         public static void Randomize(double Number) { }
Rnd()737         public static float Rnd() { throw null; }
Rnd(float Number)738         public static float Rnd(float Number) { throw null; }
739     }
740     [System.FlagsAttribute]
741     public enum VbStrConv
742     {
743         Hiragana = 32,
744         Katakana = 16,
745         LinguisticCasing = 1024,
746         Lowercase = 2,
747         Narrow = 8,
748         None = 0,
749         ProperCase = 3,
750         SimplifiedChinese = 256,
751         TraditionalChinese = 512,
752         Uppercase = 1,
753         Wide = 4,
754     }
755 }
756 namespace Microsoft.VisualBasic.ApplicationServices
757 {
758     public partial class ApplicationBase
759     {
ApplicationBase()760         public ApplicationBase() { }
761         public System.Globalization.CultureInfo Culture { get { throw null; } }
762         public Microsoft.VisualBasic.ApplicationServices.AssemblyInfo Info { get { throw null; } }
763         public Microsoft.VisualBasic.Logging.Log Log { get { throw null; } }
764         public System.Globalization.CultureInfo UICulture { get { throw null; } }
ChangeCulture(string cultureName)765         public void ChangeCulture(string cultureName) { }
ChangeUICulture(string cultureName)766         public void ChangeUICulture(string cultureName) { }
GetEnvironmentVariable(string name)767         public string GetEnvironmentVariable(string name) { throw null; }
768     }
769     public partial class AssemblyInfo
770     {
AssemblyInfo(System.Reflection.Assembly currentAssembly)771         public AssemblyInfo(System.Reflection.Assembly currentAssembly) { }
772         public string AssemblyName { get { throw null; } }
773         public string CompanyName { get { throw null; } }
774         public string Copyright { get { throw null; } }
775         public string Description { get { throw null; } }
776         public string DirectoryPath { get { throw null; } }
777         public System.Collections.ObjectModel.ReadOnlyCollection<System.Reflection.Assembly> LoadedAssemblies { get { throw null; } }
778         public string ProductName { get { throw null; } }
779         public string StackTrace { get { throw null; } }
780         public string Title { get { throw null; } }
781         public string Trademark { get { throw null; } }
782         public System.Version Version { get { throw null; } }
783         public long WorkingSet { get { throw null; } }
784     }
785     public enum AuthenticationMode
786     {
787         ApplicationDefined = 1,
788         Windows = 0,
789     }
790     [System.ComponentModel.TypeConverterAttribute(typeof(Microsoft.VisualBasic.ApplicationServices.BuiltInRoleConverter))]
791     public enum BuiltInRole
792     {
793         AccountOperator = 548,
794         Administrator = 544,
795         BackupOperator = 551,
796         Guest = 546,
797         PowerUser = 547,
798         PrintOperator = 550,
799         Replicator = 552,
800         SystemOperator = 549,
801         User = 545,
802     }
803     public partial class BuiltInRoleConverter : System.ComponentModel.TypeConverter
804     {
BuiltInRoleConverter()805         public BuiltInRoleConverter() { }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)806         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)807         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
808     }
809     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
810     [System.SerializableAttribute]
811     public partial class CantStartSingleInstanceException : System.Exception
812     {
CantStartSingleInstanceException()813         public CantStartSingleInstanceException() { }
814         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
CantStartSingleInstanceException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)815         protected CantStartSingleInstanceException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
CantStartSingleInstanceException(string message)816         public CantStartSingleInstanceException(string message) { }
CantStartSingleInstanceException(string message, System.Exception inner)817         public CantStartSingleInstanceException(string message, System.Exception inner) { }
818     }
819     public partial class ConsoleApplicationBase : Microsoft.VisualBasic.ApplicationServices.ApplicationBase
820     {
ConsoleApplicationBase()821         public ConsoleApplicationBase() { }
822         public System.Collections.ObjectModel.ReadOnlyCollection<string> CommandLineArgs { get { throw null; } }
823         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
824         protected System.Collections.ObjectModel.ReadOnlyCollection<string> InternalCommandLine { set { } }
825         public bool IsNetworkDeployed { get { throw null; } }
826     }
827     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
828     [System.SerializableAttribute]
829     public partial class NoStartupFormException : System.Exception
830     {
NoStartupFormException()831         public NoStartupFormException() { }
832         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
NoStartupFormException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)833         protected NoStartupFormException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
NoStartupFormException(string message)834         public NoStartupFormException(string message) { }
NoStartupFormException(string message, System.Exception inner)835         public NoStartupFormException(string message, System.Exception inner) { }
836     }
837     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
ShutdownEventHandler(object sender, System.EventArgs e)838     public delegate void ShutdownEventHandler(object sender, System.EventArgs e);
839     public enum ShutdownMode
840     {
841         AfterAllFormsClose = 1,
842         AfterMainFormCloses = 0,
843     }
844     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
845     [System.Runtime.InteropServices.ComVisibleAttribute(false)]
846     public partial class StartupEventArgs : System.ComponentModel.CancelEventArgs
847     {
StartupEventArgs(System.Collections.ObjectModel.ReadOnlyCollection<string> args)848         public StartupEventArgs(System.Collections.ObjectModel.ReadOnlyCollection<string> args) { }
849         public System.Collections.ObjectModel.ReadOnlyCollection<string> CommandLine { get { throw null; } }
850     }
851     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
StartupEventHandler(object sender, Microsoft.VisualBasic.ApplicationServices.StartupEventArgs e)852     public delegate void StartupEventHandler(object sender, Microsoft.VisualBasic.ApplicationServices.StartupEventArgs e);
853     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
854     public partial class StartupNextInstanceEventArgs : System.EventArgs
855     {
StartupNextInstanceEventArgs(System.Collections.ObjectModel.ReadOnlyCollection<string> args, bool bringToForegroundFlag)856         public StartupNextInstanceEventArgs(System.Collections.ObjectModel.ReadOnlyCollection<string> args, bool bringToForegroundFlag) { }
857         public bool BringToForeground { get { throw null; } set { } }
858         public System.Collections.ObjectModel.ReadOnlyCollection<string> CommandLine { get { throw null; } }
859     }
860     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
StartupNextInstanceEventHandler(object sender, Microsoft.VisualBasic.ApplicationServices.StartupNextInstanceEventArgs e)861     public delegate void StartupNextInstanceEventHandler(object sender, Microsoft.VisualBasic.ApplicationServices.StartupNextInstanceEventArgs e);
862     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
863     [System.Runtime.InteropServices.ComVisibleAttribute(false)]
864     public partial class UnhandledExceptionEventArgs : System.Threading.ThreadExceptionEventArgs
865     {
UnhandledExceptionEventArgs(bool exitApplication, System.Exception exception)866         public UnhandledExceptionEventArgs(bool exitApplication, System.Exception exception) : base (default(System.Exception)) { }
867         public bool ExitApplication { get { throw null; } set { } }
868     }
869     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
UnhandledExceptionEventHandler(object sender, Microsoft.VisualBasic.ApplicationServices.UnhandledExceptionEventArgs e)870     public delegate void UnhandledExceptionEventHandler(object sender, Microsoft.VisualBasic.ApplicationServices.UnhandledExceptionEventArgs e);
871     public partial class User
872     {
User()873         public User() { }
874         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
875         public System.Security.Principal.IPrincipal CurrentPrincipal { get { throw null; } set { } }
876         protected virtual System.Security.Principal.IPrincipal InternalPrincipal { get { throw null; } set { } }
877         public bool IsAuthenticated { get { throw null; } }
878         public string Name { get { throw null; } }
879         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
InitializeWithWindowsUser()880         public void InitializeWithWindowsUser() { }
IsInRole(Microsoft.VisualBasic.ApplicationServices.BuiltInRole role)881         public bool IsInRole(Microsoft.VisualBasic.ApplicationServices.BuiltInRole role) { throw null; }
IsInRole(string role)882         public bool IsInRole(string role) { throw null; }
883     }
884     public partial class WebUser : Microsoft.VisualBasic.ApplicationServices.User
885     {
WebUser()886         public WebUser() { }
887         protected override System.Security.Principal.IPrincipal InternalPrincipal { get { throw null; } set { } }
888     }
889     public partial class WindowsFormsApplicationBase : Microsoft.VisualBasic.ApplicationServices.ConsoleApplicationBase
890     {
WindowsFormsApplicationBase()891         public WindowsFormsApplicationBase() { }
WindowsFormsApplicationBase(Microsoft.VisualBasic.ApplicationServices.AuthenticationMode mode)892         public WindowsFormsApplicationBase(Microsoft.VisualBasic.ApplicationServices.AuthenticationMode mode) { }
893         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
894         public System.Windows.Forms.ApplicationContext ApplicationContext { get { throw null; } }
895         protected bool EnableVisualStyles { get { throw null; } set { } }
896         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
897         protected bool IsSingleInstance { get { throw null; } set { } }
898         protected System.Windows.Forms.Form MainForm { get { throw null; } set { } }
899         public int MinimumSplashScreenDisplayTime { get { throw null; } set { } }
900         public System.Windows.Forms.FormCollection OpenForms { get { throw null; } }
901         public bool SaveMySettingsOnExit { get { throw null; } set { } }
902         protected Microsoft.VisualBasic.ApplicationServices.ShutdownMode ShutdownStyle { get { throw null; } set { } }
903         public System.Windows.Forms.Form SplashScreen { get { throw null; } set { } }
904         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
905         protected static bool UseCompatibleTextRendering { get { throw null; } }
906         public event Microsoft.VisualBasic.Devices.NetworkAvailableEventHandler NetworkAvailabilityChanged { add { } remove { } }
907         public event Microsoft.VisualBasic.ApplicationServices.ShutdownEventHandler Shutdown { add { } remove { } }
908         public event Microsoft.VisualBasic.ApplicationServices.StartupEventHandler Startup { add { } remove { } }
909         public event Microsoft.VisualBasic.ApplicationServices.StartupNextInstanceEventHandler StartupNextInstance { add { } remove { } }
910         public event Microsoft.VisualBasic.ApplicationServices.UnhandledExceptionEventHandler UnhandledException { add { } remove { } }
DoEvents()911         public void DoEvents() { }
912         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
HideSplashScreen()913         protected void HideSplashScreen() { }
914         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnCreateMainForm()915         protected virtual void OnCreateMainForm() { }
916         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnCreateSplashScreen()917         protected virtual void OnCreateSplashScreen() { }
918         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
919         [System.STAThreadAttribute]
OnInitialize(System.Collections.ObjectModel.ReadOnlyCollection<string> commandLineArgs)920         protected virtual bool OnInitialize(System.Collections.ObjectModel.ReadOnlyCollection<string> commandLineArgs) { throw null; }
921         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnRun()922         protected virtual void OnRun() { }
923         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnShutdown()924         protected virtual void OnShutdown() { }
925         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnStartup(Microsoft.VisualBasic.ApplicationServices.StartupEventArgs eventArgs)926         protected virtual bool OnStartup(Microsoft.VisualBasic.ApplicationServices.StartupEventArgs eventArgs) { throw null; }
927         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnStartupNextInstance(Microsoft.VisualBasic.ApplicationServices.StartupNextInstanceEventArgs eventArgs)928         protected virtual void OnStartupNextInstance(Microsoft.VisualBasic.ApplicationServices.StartupNextInstanceEventArgs eventArgs) { }
929         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnUnhandledException(Microsoft.VisualBasic.ApplicationServices.UnhandledExceptionEventArgs e)930         protected virtual bool OnUnhandledException(Microsoft.VisualBasic.ApplicationServices.UnhandledExceptionEventArgs e) { throw null; }
Run(string[] commandLine)931         public void Run(string[] commandLine) { }
932         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
ShowSplashScreen()933         protected void ShowSplashScreen() { }
934     }
935 }
936 namespace Microsoft.VisualBasic.CompilerServices
937 {
938     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
939     public sealed partial class BooleanType
940     {
BooleanType()941         internal BooleanType() { }
FromObject(object Value)942         public static bool FromObject(object Value) { throw null; }
FromString(string Value)943         public static bool FromString(string Value) { throw null; }
944     }
945     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
946     public sealed partial class ByteType
947     {
ByteType()948         internal ByteType() { }
FromObject(object Value)949         public static byte FromObject(object Value) { throw null; }
FromString(string value)950         public static byte FromString(string value) { throw null; }
951     }
952     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
953     public sealed partial class CharArrayType
954     {
CharArrayType()955         internal CharArrayType() { }
FromObject(object Value)956         public static char[] FromObject(object Value) { throw null; }
FromString(string Value)957         public static char[] FromString(string Value) { throw null; }
958     }
959     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
960     public sealed partial class CharType
961     {
CharType()962         internal CharType() { }
FromObject(object Value)963         public static char FromObject(object Value) { throw null; }
FromString(string value)964         public static char FromString(string value) { throw null; }
965     }
966     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
967     public sealed partial class Conversions
968     {
Conversions()969         internal Conversions() { }
ChangeType(object Expression, System.Type TargetType)970         public static object ChangeType(object Expression, System.Type TargetType) { throw null; }
FromCharAndCount(char Value, int Count)971         public static string FromCharAndCount(char Value, int Count) { throw null; }
FromCharArray(char[] Value)972         public static string FromCharArray(char[] Value) { throw null; }
FromCharArraySubset(char[] Value, int StartIndex, int Length)973         public static string FromCharArraySubset(char[] Value, int StartIndex, int Length) { throw null; }
ToBoolean(object Value)974         public static bool ToBoolean(object Value) { throw null; }
ToBoolean(string Value)975         public static bool ToBoolean(string Value) { throw null; }
ToByte(object Value)976         public static byte ToByte(object Value) { throw null; }
ToByte(string Value)977         public static byte ToByte(string Value) { throw null; }
ToChar(object Value)978         public static char ToChar(object Value) { throw null; }
ToChar(string Value)979         public static char ToChar(string Value) { throw null; }
ToCharArrayRankOne(object Value)980         public static char[] ToCharArrayRankOne(object Value) { throw null; }
ToCharArrayRankOne(string Value)981         public static char[] ToCharArrayRankOne(string Value) { throw null; }
ToDate(object Value)982         public static System.DateTime ToDate(object Value) { throw null; }
ToDate(string Value)983         public static System.DateTime ToDate(string Value) { throw null; }
ToDecimal(bool Value)984         public static decimal ToDecimal(bool Value) { throw null; }
ToDecimal(object Value)985         public static decimal ToDecimal(object Value) { throw null; }
ToDecimal(string Value)986         public static decimal ToDecimal(string Value) { throw null; }
ToDouble(object Value)987         public static double ToDouble(object Value) { throw null; }
ToDouble(string Value)988         public static double ToDouble(string Value) { throw null; }
ToGenericParameter(object Value)989         public static T ToGenericParameter<T>(object Value) { throw null; }
ToInteger(object Value)990         public static int ToInteger(object Value) { throw null; }
ToInteger(string Value)991         public static int ToInteger(string Value) { throw null; }
ToLong(object Value)992         public static long ToLong(object Value) { throw null; }
ToLong(string Value)993         public static long ToLong(string Value) { throw null; }
994         [System.CLSCompliantAttribute(false)]
ToSByte(object Value)995         public static sbyte ToSByte(object Value) { throw null; }
996         [System.CLSCompliantAttribute(false)]
ToSByte(string Value)997         public static sbyte ToSByte(string Value) { throw null; }
ToShort(object Value)998         public static short ToShort(object Value) { throw null; }
ToShort(string Value)999         public static short ToShort(string Value) { throw null; }
ToSingle(object Value)1000         public static float ToSingle(object Value) { throw null; }
ToSingle(string Value)1001         public static float ToSingle(string Value) { throw null; }
ToString(bool Value)1002         public static string ToString(bool Value) { throw null; }
ToString(byte Value)1003         public static string ToString(byte Value) { throw null; }
ToString(char Value)1004         public static string ToString(char Value) { throw null; }
ToString(System.DateTime Value)1005         public static string ToString(System.DateTime Value) { throw null; }
ToString(decimal Value)1006         public static string ToString(decimal Value) { throw null; }
ToString(decimal Value, System.Globalization.NumberFormatInfo NumberFormat)1007         public static string ToString(decimal Value, System.Globalization.NumberFormatInfo NumberFormat) { throw null; }
ToString(double Value)1008         public static string ToString(double Value) { throw null; }
ToString(double Value, System.Globalization.NumberFormatInfo NumberFormat)1009         public static string ToString(double Value, System.Globalization.NumberFormatInfo NumberFormat) { throw null; }
ToString(short Value)1010         public static string ToString(short Value) { throw null; }
ToString(int Value)1011         public static string ToString(int Value) { throw null; }
ToString(long Value)1012         public static string ToString(long Value) { throw null; }
ToString(object Value)1013         public static string ToString(object Value) { throw null; }
ToString(float Value)1014         public static string ToString(float Value) { throw null; }
ToString(float Value, System.Globalization.NumberFormatInfo NumberFormat)1015         public static string ToString(float Value, System.Globalization.NumberFormatInfo NumberFormat) { throw null; }
1016         [System.CLSCompliantAttribute(false)]
ToString(uint Value)1017         public static string ToString(uint Value) { throw null; }
1018         [System.CLSCompliantAttribute(false)]
ToString(ulong Value)1019         public static string ToString(ulong Value) { throw null; }
1020         [System.CLSCompliantAttribute(false)]
ToUInteger(object Value)1021         public static uint ToUInteger(object Value) { throw null; }
1022         [System.CLSCompliantAttribute(false)]
ToUInteger(string Value)1023         public static uint ToUInteger(string Value) { throw null; }
1024         [System.CLSCompliantAttribute(false)]
ToULong(object Value)1025         public static ulong ToULong(object Value) { throw null; }
1026         [System.CLSCompliantAttribute(false)]
ToULong(string Value)1027         public static ulong ToULong(string Value) { throw null; }
1028         [System.CLSCompliantAttribute(false)]
ToUShort(object Value)1029         public static ushort ToUShort(object Value) { throw null; }
1030         [System.CLSCompliantAttribute(false)]
ToUShort(string Value)1031         public static ushort ToUShort(string Value) { throw null; }
1032     }
1033     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1034     public sealed partial class DateType
1035     {
DateType()1036         internal DateType() { }
FromObject(object Value)1037         public static System.DateTime FromObject(object Value) { throw null; }
FromString(string Value)1038         public static System.DateTime FromString(string Value) { throw null; }
FromString(string Value, System.Globalization.CultureInfo culture)1039         public static System.DateTime FromString(string Value, System.Globalization.CultureInfo culture) { throw null; }
1040     }
1041     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1042     public sealed partial class DecimalType
1043     {
DecimalType()1044         internal DecimalType() { }
FromBoolean(bool Value)1045         public static decimal FromBoolean(bool Value) { throw null; }
FromObject(object Value)1046         public static decimal FromObject(object Value) { throw null; }
FromObject(object Value, System.Globalization.NumberFormatInfo NumberFormat)1047         public static decimal FromObject(object Value, System.Globalization.NumberFormatInfo NumberFormat) { throw null; }
FromString(string Value)1048         public static decimal FromString(string Value) { throw null; }
FromString(string Value, System.Globalization.NumberFormatInfo NumberFormat)1049         public static decimal FromString(string Value, System.Globalization.NumberFormatInfo NumberFormat) { throw null; }
Parse(string Value, System.Globalization.NumberFormatInfo NumberFormat)1050         public static decimal Parse(string Value, System.Globalization.NumberFormatInfo NumberFormat) { throw null; }
1051     }
1052     [System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false, Inherited=false)]
1053     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1054     public sealed partial class DesignerGeneratedAttribute : System.Attribute
1055     {
DesignerGeneratedAttribute()1056         public DesignerGeneratedAttribute() { }
1057     }
1058     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1059     public sealed partial class DoubleType
1060     {
DoubleType()1061         internal DoubleType() { }
FromObject(object Value)1062         public static double FromObject(object Value) { throw null; }
FromObject(object Value, System.Globalization.NumberFormatInfo NumberFormat)1063         public static double FromObject(object Value, System.Globalization.NumberFormatInfo NumberFormat) { throw null; }
FromString(string Value)1064         public static double FromString(string Value) { throw null; }
FromString(string Value, System.Globalization.NumberFormatInfo NumberFormat)1065         public static double FromString(string Value, System.Globalization.NumberFormatInfo NumberFormat) { throw null; }
Parse(string Value)1066         public static double Parse(string Value) { throw null; }
Parse(string Value, System.Globalization.NumberFormatInfo NumberFormat)1067         public static double Parse(string Value, System.Globalization.NumberFormatInfo NumberFormat) { throw null; }
1068     }
1069     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1070     public sealed partial class ExceptionUtils
1071     {
ExceptionUtils()1072         internal ExceptionUtils() { }
1073     }
1074     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1075     public sealed partial class FlowControl
1076     {
FlowControl()1077         internal FlowControl() { }
CheckForSyncLockOnValueType(object obj)1078         public static void CheckForSyncLockOnValueType(object obj) { }
ForEachInArr(System.Array ary)1079         public static System.Collections.IEnumerator ForEachInArr(System.Array ary) { throw null; }
ForEachInObj(object obj)1080         public static System.Collections.IEnumerator ForEachInObj(object obj) { throw null; }
ForEachNextObj(ref object obj, System.Collections.IEnumerator enumerator)1081         public static bool ForEachNextObj(ref object obj, System.Collections.IEnumerator enumerator) { throw null; }
ForLoopInitObj(object Counter, object Start, object Limit, object StepValue, ref object LoopForResult, ref object CounterResult)1082         public static bool ForLoopInitObj(object Counter, object Start, object Limit, object StepValue, ref object LoopForResult, ref object CounterResult) { throw null; }
ForNextCheckDec(decimal count, decimal limit, decimal StepValue)1083         public static bool ForNextCheckDec(decimal count, decimal limit, decimal StepValue) { throw null; }
ForNextCheckObj(object Counter, object LoopObj, ref object CounterResult)1084         public static bool ForNextCheckObj(object Counter, object LoopObj, ref object CounterResult) { throw null; }
ForNextCheckR4(float count, float limit, float StepValue)1085         public static bool ForNextCheckR4(float count, float limit, float StepValue) { throw null; }
ForNextCheckR8(double count, double limit, double StepValue)1086         public static bool ForNextCheckR8(double count, double limit, double StepValue) { throw null; }
1087     }
1088     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1089     public sealed partial class HostServices
1090     {
HostServices()1091         public HostServices() { }
1092         public static Microsoft.VisualBasic.CompilerServices.IVbHost VBHost { get { throw null; } set { } }
1093     }
1094     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1095     [System.SerializableAttribute]
1096     public sealed partial class IncompleteInitialization : System.Exception
1097     {
IncompleteInitialization()1098         public IncompleteInitialization() { }
1099         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
IncompleteInitialization(string message)1100         public IncompleteInitialization(string message) { }
1101         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
IncompleteInitialization(string message, System.Exception innerException)1102         public IncompleteInitialization(string message, System.Exception innerException) { }
1103     }
1104     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1105     public sealed partial class IntegerType
1106     {
IntegerType()1107         internal IntegerType() { }
FromObject(object Value)1108         public static int FromObject(object Value) { throw null; }
FromString(string Value)1109         public static int FromString(string Value) { throw null; }
1110     }
1111     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1112     [System.SerializableAttribute]
1113     public sealed partial class InternalErrorException : System.Exception
1114     {
InternalErrorException()1115         public InternalErrorException() { }
1116         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
InternalErrorException(string message)1117         public InternalErrorException(string message) { }
1118         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
InternalErrorException(string message, System.Exception innerException)1119         public InternalErrorException(string message, System.Exception innerException) { }
1120     }
1121     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1122     public partial interface IVbHost
1123     {
GetParentWindow()1124         System.Windows.Forms.IWin32Window GetParentWindow();
GetWindowTitle()1125         string GetWindowTitle();
1126     }
1127     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1128     public sealed partial class LateBinding
1129     {
LateBinding()1130         internal LateBinding() { }
1131         [System.Diagnostics.DebuggerHiddenAttribute]
1132         [System.Diagnostics.DebuggerStepThroughAttribute]
LateCall(object o, System.Type objType, string name, object[] args, string[] paramnames, bool[] CopyBack)1133         public static void LateCall(object o, System.Type objType, string name, object[] args, string[] paramnames, bool[] CopyBack) { }
1134         [System.Diagnostics.DebuggerHiddenAttribute]
1135         [System.Diagnostics.DebuggerStepThroughAttribute]
LateGet(object o, System.Type objType, string name, object[] args, string[] paramnames, bool[] CopyBack)1136         public static object LateGet(object o, System.Type objType, string name, object[] args, string[] paramnames, bool[] CopyBack) { throw null; }
1137         [System.Diagnostics.DebuggerHiddenAttribute]
1138         [System.Diagnostics.DebuggerStepThroughAttribute]
LateIndexGet(object o, object[] args, string[] paramnames)1139         public static object LateIndexGet(object o, object[] args, string[] paramnames) { throw null; }
1140         [System.Diagnostics.DebuggerHiddenAttribute]
1141         [System.Diagnostics.DebuggerStepThroughAttribute]
LateIndexSet(object o, object[] args, string[] paramnames)1142         public static void LateIndexSet(object o, object[] args, string[] paramnames) { }
1143         [System.Diagnostics.DebuggerHiddenAttribute]
1144         [System.Diagnostics.DebuggerStepThroughAttribute]
LateIndexSetComplex(object o, object[] args, string[] paramnames, bool OptimisticSet, bool RValueBase)1145         public static void LateIndexSetComplex(object o, object[] args, string[] paramnames, bool OptimisticSet, bool RValueBase) { }
1146         [System.Diagnostics.DebuggerHiddenAttribute]
1147         [System.Diagnostics.DebuggerStepThroughAttribute]
LateSet(object o, System.Type objType, string name, object[] args, string[] paramnames)1148         public static void LateSet(object o, System.Type objType, string name, object[] args, string[] paramnames) { }
1149         [System.Diagnostics.DebuggerHiddenAttribute]
1150         [System.Diagnostics.DebuggerStepThroughAttribute]
LateSetComplex(object o, System.Type objType, string name, object[] args, string[] paramnames, bool OptimisticSet, bool RValueBase)1151         public static void LateSetComplex(object o, System.Type objType, string name, object[] args, string[] paramnames, bool OptimisticSet, bool RValueBase) { }
1152     }
1153     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1154     public sealed partial class LikeOperator
1155     {
LikeOperator()1156         internal LikeOperator() { }
LikeObject(object Source, object Pattern, Microsoft.VisualBasic.CompareMethod CompareOption)1157         public static object LikeObject(object Source, object Pattern, Microsoft.VisualBasic.CompareMethod CompareOption) { throw null; }
LikeString(string Source, string Pattern, Microsoft.VisualBasic.CompareMethod CompareOption)1158         public static bool LikeString(string Source, string Pattern, Microsoft.VisualBasic.CompareMethod CompareOption) { throw null; }
1159     }
1160     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1161     public sealed partial class LongType
1162     {
LongType()1163         internal LongType() { }
FromObject(object Value)1164         public static long FromObject(object Value) { throw null; }
FromString(string value)1165         public static long FromString(string value) { throw null; }
1166     }
1167     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1168     public sealed partial class NewLateBinding
1169     {
NewLateBinding()1170         internal NewLateBinding() { }
1171         [System.Diagnostics.DebuggerHiddenAttribute]
1172         [System.Diagnostics.DebuggerStepThroughAttribute]
LateCall(object Instance, System.Type Type, string MemberName, object[] Arguments, string[] ArgumentNames, System.Type[] TypeArguments, bool[] CopyBack, bool IgnoreReturn)1173         public static object LateCall(object Instance, System.Type Type, string MemberName, object[] Arguments, string[] ArgumentNames, System.Type[] TypeArguments, bool[] CopyBack, bool IgnoreReturn) { throw null; }
1174         [System.Diagnostics.DebuggerHiddenAttribute]
1175         [System.Diagnostics.DebuggerStepThroughAttribute]
LateCanEvaluate(object instance, System.Type type, string memberName, object[] arguments, bool allowFunctionEvaluation, bool allowPropertyEvaluation)1176         public static bool LateCanEvaluate(object instance, System.Type type, string memberName, object[] arguments, bool allowFunctionEvaluation, bool allowPropertyEvaluation) { throw null; }
1177         [System.Diagnostics.DebuggerHiddenAttribute]
1178         [System.Diagnostics.DebuggerStepThroughAttribute]
LateGet(object Instance, System.Type Type, string MemberName, object[] Arguments, string[] ArgumentNames, System.Type[] TypeArguments, bool[] CopyBack)1179         public static object LateGet(object Instance, System.Type Type, string MemberName, object[] Arguments, string[] ArgumentNames, System.Type[] TypeArguments, bool[] CopyBack) { throw null; }
1180         [System.Diagnostics.DebuggerHiddenAttribute]
1181         [System.Diagnostics.DebuggerStepThroughAttribute]
LateIndexGet(object Instance, object[] Arguments, string[] ArgumentNames)1182         public static object LateIndexGet(object Instance, object[] Arguments, string[] ArgumentNames) { throw null; }
1183         [System.Diagnostics.DebuggerHiddenAttribute]
1184         [System.Diagnostics.DebuggerStepThroughAttribute]
LateIndexSet(object Instance, object[] Arguments, string[] ArgumentNames)1185         public static void LateIndexSet(object Instance, object[] Arguments, string[] ArgumentNames) { }
1186         [System.Diagnostics.DebuggerHiddenAttribute]
1187         [System.Diagnostics.DebuggerStepThroughAttribute]
LateIndexSetComplex(object Instance, object[] Arguments, string[] ArgumentNames, bool OptimisticSet, bool RValueBase)1188         public static void LateIndexSetComplex(object Instance, object[] Arguments, string[] ArgumentNames, bool OptimisticSet, bool RValueBase) { }
1189         [System.Diagnostics.DebuggerHiddenAttribute]
1190         [System.Diagnostics.DebuggerStepThroughAttribute]
LateSet(object Instance, System.Type Type, string MemberName, object[] Arguments, string[] ArgumentNames, System.Type[] TypeArguments)1191         public static void LateSet(object Instance, System.Type Type, string MemberName, object[] Arguments, string[] ArgumentNames, System.Type[] TypeArguments) { }
1192         [System.Diagnostics.DebuggerHiddenAttribute]
1193         [System.Diagnostics.DebuggerStepThroughAttribute]
LateSet(object Instance, System.Type Type, string MemberName, object[] Arguments, string[] ArgumentNames, System.Type[] TypeArguments, bool OptimisticSet, bool RValueBase, Microsoft.VisualBasic.CallType CallType)1194         public static void LateSet(object Instance, System.Type Type, string MemberName, object[] Arguments, string[] ArgumentNames, System.Type[] TypeArguments, bool OptimisticSet, bool RValueBase, Microsoft.VisualBasic.CallType CallType) { }
1195         [System.Diagnostics.DebuggerHiddenAttribute]
1196         [System.Diagnostics.DebuggerStepThroughAttribute]
LateSetComplex(object Instance, System.Type Type, string MemberName, object[] Arguments, string[] ArgumentNames, System.Type[] TypeArguments, bool OptimisticSet, bool RValueBase)1197         public static void LateSetComplex(object Instance, System.Type Type, string MemberName, object[] Arguments, string[] ArgumentNames, System.Type[] TypeArguments, bool OptimisticSet, bool RValueBase) { }
1198     }
1199     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1200     public sealed partial class ObjectFlowControl
1201     {
ObjectFlowControl()1202         internal ObjectFlowControl() { }
CheckForSyncLockOnValueType(object Expression)1203         public static void CheckForSyncLockOnValueType(object Expression) { }
1204         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1205         public sealed partial class ForLoopControl
1206         {
ForLoopControl()1207             internal ForLoopControl() { }
ForLoopInitObj(object Counter, object Start, object Limit, object StepValue, ref object LoopForResult, ref object CounterResult)1208             public static bool ForLoopInitObj(object Counter, object Start, object Limit, object StepValue, ref object LoopForResult, ref object CounterResult) { throw null; }
ForNextCheckDec(decimal count, decimal limit, decimal StepValue)1209             public static bool ForNextCheckDec(decimal count, decimal limit, decimal StepValue) { throw null; }
ForNextCheckObj(object Counter, object LoopObj, ref object CounterResult)1210             public static bool ForNextCheckObj(object Counter, object LoopObj, ref object CounterResult) { throw null; }
ForNextCheckR4(float count, float limit, float StepValue)1211             public static bool ForNextCheckR4(float count, float limit, float StepValue) { throw null; }
ForNextCheckR8(double count, double limit, double StepValue)1212             public static bool ForNextCheckR8(double count, double limit, double StepValue) { throw null; }
1213         }
1214     }
1215     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1216     public sealed partial class ObjectType
1217     {
ObjectType()1218         public ObjectType() { }
AddObj(object o1, object o2)1219         public static object AddObj(object o1, object o2) { throw null; }
BitAndObj(object obj1, object obj2)1220         public static object BitAndObj(object obj1, object obj2) { throw null; }
BitOrObj(object obj1, object obj2)1221         public static object BitOrObj(object obj1, object obj2) { throw null; }
BitXorObj(object obj1, object obj2)1222         public static object BitXorObj(object obj1, object obj2) { throw null; }
DivObj(object o1, object o2)1223         public static object DivObj(object o1, object o2) { throw null; }
GetObjectValuePrimitive(object o)1224         public static object GetObjectValuePrimitive(object o) { throw null; }
IDivObj(object o1, object o2)1225         public static object IDivObj(object o1, object o2) { throw null; }
LikeObj(object vLeft, object vRight, Microsoft.VisualBasic.CompareMethod CompareOption)1226         public static bool LikeObj(object vLeft, object vRight, Microsoft.VisualBasic.CompareMethod CompareOption) { throw null; }
ModObj(object o1, object o2)1227         public static object ModObj(object o1, object o2) { throw null; }
MulObj(object o1, object o2)1228         public static object MulObj(object o1, object o2) { throw null; }
NegObj(object obj)1229         public static object NegObj(object obj) { throw null; }
NotObj(object obj)1230         public static object NotObj(object obj) { throw null; }
ObjTst(object o1, object o2, bool TextCompare)1231         public static int ObjTst(object o1, object o2, bool TextCompare) { throw null; }
PlusObj(object obj)1232         public static object PlusObj(object obj) { throw null; }
PowObj(object o1, object o2)1233         public static object PowObj(object o1, object o2) { throw null; }
ShiftLeftObj(object o1, int amount)1234         public static object ShiftLeftObj(object o1, int amount) { throw null; }
ShiftRightObj(object o1, int amount)1235         public static object ShiftRightObj(object o1, int amount) { throw null; }
StrCatObj(object vLeft, object vRight)1236         public static object StrCatObj(object vLeft, object vRight) { throw null; }
SubObj(object o1, object o2)1237         public static object SubObj(object o1, object o2) { throw null; }
XorObj(object obj1, object obj2)1238         public static object XorObj(object obj1, object obj2) { throw null; }
1239     }
1240     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1241     public sealed partial class Operators
1242     {
Operators()1243         internal Operators() { }
AddObject(object Left, object Right)1244         public static object AddObject(object Left, object Right) { throw null; }
AndObject(object Left, object Right)1245         public static object AndObject(object Left, object Right) { throw null; }
CompareObject(object Left, object Right, bool TextCompare)1246         public static int CompareObject(object Left, object Right, bool TextCompare) { throw null; }
CompareObjectEqual(object Left, object Right, bool TextCompare)1247         public static object CompareObjectEqual(object Left, object Right, bool TextCompare) { throw null; }
CompareObjectGreater(object Left, object Right, bool TextCompare)1248         public static object CompareObjectGreater(object Left, object Right, bool TextCompare) { throw null; }
CompareObjectGreaterEqual(object Left, object Right, bool TextCompare)1249         public static object CompareObjectGreaterEqual(object Left, object Right, bool TextCompare) { throw null; }
CompareObjectLess(object Left, object Right, bool TextCompare)1250         public static object CompareObjectLess(object Left, object Right, bool TextCompare) { throw null; }
CompareObjectLessEqual(object Left, object Right, bool TextCompare)1251         public static object CompareObjectLessEqual(object Left, object Right, bool TextCompare) { throw null; }
CompareObjectNotEqual(object Left, object Right, bool TextCompare)1252         public static object CompareObjectNotEqual(object Left, object Right, bool TextCompare) { throw null; }
CompareString(string Left, string Right, bool TextCompare)1253         public static int CompareString(string Left, string Right, bool TextCompare) { throw null; }
ConcatenateObject(object Left, object Right)1254         public static object ConcatenateObject(object Left, object Right) { throw null; }
ConditionalCompareObjectEqual(object Left, object Right, bool TextCompare)1255         public static bool ConditionalCompareObjectEqual(object Left, object Right, bool TextCompare) { throw null; }
ConditionalCompareObjectGreater(object Left, object Right, bool TextCompare)1256         public static bool ConditionalCompareObjectGreater(object Left, object Right, bool TextCompare) { throw null; }
ConditionalCompareObjectGreaterEqual(object Left, object Right, bool TextCompare)1257         public static bool ConditionalCompareObjectGreaterEqual(object Left, object Right, bool TextCompare) { throw null; }
ConditionalCompareObjectLess(object Left, object Right, bool TextCompare)1258         public static bool ConditionalCompareObjectLess(object Left, object Right, bool TextCompare) { throw null; }
ConditionalCompareObjectLessEqual(object Left, object Right, bool TextCompare)1259         public static bool ConditionalCompareObjectLessEqual(object Left, object Right, bool TextCompare) { throw null; }
ConditionalCompareObjectNotEqual(object Left, object Right, bool TextCompare)1260         public static bool ConditionalCompareObjectNotEqual(object Left, object Right, bool TextCompare) { throw null; }
DivideObject(object Left, object Right)1261         public static object DivideObject(object Left, object Right) { throw null; }
ExponentObject(object Left, object Right)1262         public static object ExponentObject(object Left, object Right) { throw null; }
IntDivideObject(object Left, object Right)1263         public static object IntDivideObject(object Left, object Right) { throw null; }
LeftShiftObject(object Operand, object Amount)1264         public static object LeftShiftObject(object Operand, object Amount) { throw null; }
LikeObject(object Source, object Pattern, Microsoft.VisualBasic.CompareMethod CompareOption)1265         public static object LikeObject(object Source, object Pattern, Microsoft.VisualBasic.CompareMethod CompareOption) { throw null; }
LikeString(string Source, string Pattern, Microsoft.VisualBasic.CompareMethod CompareOption)1266         public static bool LikeString(string Source, string Pattern, Microsoft.VisualBasic.CompareMethod CompareOption) { throw null; }
ModObject(object Left, object Right)1267         public static object ModObject(object Left, object Right) { throw null; }
MultiplyObject(object Left, object Right)1268         public static object MultiplyObject(object Left, object Right) { throw null; }
NegateObject(object Operand)1269         public static object NegateObject(object Operand) { throw null; }
NotObject(object Operand)1270         public static object NotObject(object Operand) { throw null; }
OrObject(object Left, object Right)1271         public static object OrObject(object Left, object Right) { throw null; }
PlusObject(object Operand)1272         public static object PlusObject(object Operand) { throw null; }
RightShiftObject(object Operand, object Amount)1273         public static object RightShiftObject(object Operand, object Amount) { throw null; }
SubtractObject(object Left, object Right)1274         public static object SubtractObject(object Left, object Right) { throw null; }
XorObject(object Left, object Right)1275         public static object XorObject(object Left, object Right) { throw null; }
1276         public enum CompareResult
1277         {
1278             Equal = 1,
1279             Greater = 2,
1280             Less = 0,
1281             NotResolved = 3,
1282         }
1283     }
1284     [System.AttributeUsageAttribute((System.AttributeTargets)(2048), Inherited=false, AllowMultiple=false)]
1285     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1286     public sealed partial class OptionCompareAttribute : System.Attribute
1287     {
OptionCompareAttribute()1288         public OptionCompareAttribute() { }
1289     }
1290     [System.AttributeUsageAttribute((System.AttributeTargets)(4), Inherited=false, AllowMultiple=false)]
1291     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1292     public sealed partial class OptionTextAttribute : System.Attribute
1293     {
OptionTextAttribute()1294         public OptionTextAttribute() { }
1295     }
1296     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1297     public sealed partial class ProjectData
1298     {
ProjectData()1299         internal ProjectData() { }
1300         [System.Runtime.ConstrainedExecution.ReliabilityContractAttribute((System.Runtime.ConstrainedExecution.Consistency)(3), (System.Runtime.ConstrainedExecution.Cer)(2))]
ClearProjectError()1301         public static void ClearProjectError() { }
CreateProjectError(int hr)1302         public static System.Exception CreateProjectError(int hr) { throw null; }
EndApp()1303         public static void EndApp() { }
1304         [System.Runtime.ConstrainedExecution.ReliabilityContractAttribute((System.Runtime.ConstrainedExecution.Consistency)(3), (System.Runtime.ConstrainedExecution.Cer)(2))]
SetProjectError(System.Exception ex)1305         public static void SetProjectError(System.Exception ex) { }
1306         [System.Runtime.ConstrainedExecution.ReliabilityContractAttribute((System.Runtime.ConstrainedExecution.Consistency)(3), (System.Runtime.ConstrainedExecution.Cer)(2))]
SetProjectError(System.Exception ex, int lErl)1307         public static void SetProjectError(System.Exception ex, int lErl) { }
1308     }
1309     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1310     public sealed partial class ShortType
1311     {
ShortType()1312         internal ShortType() { }
FromObject(object Value)1313         public static short FromObject(object Value) { throw null; }
FromString(string value)1314         public static short FromString(string value) { throw null; }
1315     }
1316     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1317     public sealed partial class SingleType
1318     {
SingleType()1319         internal SingleType() { }
FromObject(object Value)1320         public static float FromObject(object Value) { throw null; }
FromObject(object Value, System.Globalization.NumberFormatInfo NumberFormat)1321         public static float FromObject(object Value, System.Globalization.NumberFormatInfo NumberFormat) { throw null; }
FromString(string value)1322         public static float FromString(string value) { throw null; }
FromString(string Value, System.Globalization.NumberFormatInfo NumberFormat)1323         public static float FromString(string Value, System.Globalization.NumberFormatInfo NumberFormat) { throw null; }
1324     }
1325     [System.AttributeUsageAttribute((System.AttributeTargets)(4), Inherited=false, AllowMultiple=false)]
1326     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1327     public sealed partial class StandardModuleAttribute : System.Attribute
1328     {
StandardModuleAttribute()1329         public StandardModuleAttribute() { }
1330     }
1331     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1332     [System.SerializableAttribute]
1333     public sealed partial class StaticLocalInitFlag
1334     {
1335         public short State;
StaticLocalInitFlag()1336         public StaticLocalInitFlag() { }
1337     }
1338     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1339     public sealed partial class StringType
1340     {
StringType()1341         internal StringType() { }
FromBoolean(bool Value)1342         public static string FromBoolean(bool Value) { throw null; }
FromByte(byte value)1343         public static string FromByte(byte value) { throw null; }
FromChar(char Value)1344         public static string FromChar(char Value) { throw null; }
FromDate(System.DateTime value)1345         public static string FromDate(System.DateTime value) { throw null; }
FromDecimal(decimal Value)1346         public static string FromDecimal(decimal Value) { throw null; }
FromDecimal(decimal Value, System.Globalization.NumberFormatInfo NumberFormat)1347         public static string FromDecimal(decimal Value, System.Globalization.NumberFormatInfo NumberFormat) { throw null; }
FromDouble(double value)1348         public static string FromDouble(double value) { throw null; }
FromDouble(double Value, System.Globalization.NumberFormatInfo NumberFormat)1349         public static string FromDouble(double Value, System.Globalization.NumberFormatInfo NumberFormat) { throw null; }
FromInteger(int Value)1350         public static string FromInteger(int Value) { throw null; }
FromLong(long value)1351         public static string FromLong(long value) { throw null; }
FromObject(object Value)1352         public static string FromObject(object Value) { throw null; }
FromShort(short value)1353         public static string FromShort(short value) { throw null; }
FromSingle(float value)1354         public static string FromSingle(float value) { throw null; }
FromSingle(float Value, System.Globalization.NumberFormatInfo NumberFormat)1355         public static string FromSingle(float Value, System.Globalization.NumberFormatInfo NumberFormat) { throw null; }
MidStmtStr(ref string sDest, int StartPosition, int MaxInsertLength, string sInsert)1356         public static void MidStmtStr(ref string sDest, int StartPosition, int MaxInsertLength, string sInsert) { }
StrCmp(string sLeft, string sRight, bool textCompare)1357         public static int StrCmp(string sLeft, string sRight, bool textCompare) { throw null; }
StrLike(string Source, string Pattern, Microsoft.VisualBasic.CompareMethod CompareOption)1358         public static bool StrLike(string Source, string Pattern, Microsoft.VisualBasic.CompareMethod CompareOption) { throw null; }
StrLikeBinary(string Source, string Pattern)1359         public static bool StrLikeBinary(string Source, string Pattern) { throw null; }
StrLikeText(string Source, string Pattern)1360         public static bool StrLikeText(string Source, string Pattern) { throw null; }
1361     }
1362     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1363     public sealed partial class Utils
1364     {
Utils()1365         internal Utils() { }
CopyArray(System.Array arySrc, System.Array aryDest)1366         public static System.Array CopyArray(System.Array arySrc, System.Array aryDest) { throw null; }
GetResourceString(string ResourceKey, params string[] Args)1367         public static string GetResourceString(string ResourceKey, params string[] Args) { throw null; }
MethodToString(System.Reflection.MethodBase Method)1368         public static string MethodToString(System.Reflection.MethodBase Method) { throw null; }
SetCultureInfo(System.Globalization.CultureInfo Culture)1369         public static object SetCultureInfo(System.Globalization.CultureInfo Culture) { throw null; }
ThrowException(int hr)1370         public static void ThrowException(int hr) { }
1371     }
1372     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1373     public sealed partial class Versioned
1374     {
Versioned()1375         internal Versioned() { }
CallByName(object Instance, string MethodName, Microsoft.VisualBasic.CallType UseCallType, params object[] Arguments)1376         public static object CallByName(object Instance, string MethodName, Microsoft.VisualBasic.CallType UseCallType, params object[] Arguments) { throw null; }
IsNumeric(object Expression)1377         public static bool IsNumeric(object Expression) { throw null; }
SystemTypeName(string VbName)1378         public static string SystemTypeName(string VbName) { throw null; }
TypeName(object Expression)1379         public static string TypeName(object Expression) { throw null; }
VbTypeName(string SystemName)1380         public static string VbTypeName(string SystemName) { throw null; }
1381     }
1382 }
1383 namespace Microsoft.VisualBasic.Devices
1384 {
1385     public partial class Audio
1386     {
Audio()1387         public Audio() { }
Play(byte[] data, Microsoft.VisualBasic.AudioPlayMode playMode)1388         public void Play(byte[] data, Microsoft.VisualBasic.AudioPlayMode playMode) { }
Play(System.IO.Stream stream, Microsoft.VisualBasic.AudioPlayMode playMode)1389         public void Play(System.IO.Stream stream, Microsoft.VisualBasic.AudioPlayMode playMode) { }
Play(string location)1390         public void Play(string location) { }
Play(string location, Microsoft.VisualBasic.AudioPlayMode playMode)1391         public void Play(string location, Microsoft.VisualBasic.AudioPlayMode playMode) { }
PlaySystemSound(System.Media.SystemSound systemSound)1392         public void PlaySystemSound(System.Media.SystemSound systemSound) { }
Stop()1393         public void Stop() { }
1394     }
1395     public partial class Clock
1396     {
Clock()1397         public Clock() { }
1398         public System.DateTime GmtTime { get { throw null; } }
1399         public System.DateTime LocalTime { get { throw null; } }
1400         public int TickCount { get { throw null; } }
1401     }
1402     public partial class Computer : Microsoft.VisualBasic.Devices.ServerComputer
1403     {
Computer()1404         public Computer() { }
1405         public Microsoft.VisualBasic.Devices.Audio Audio { get { throw null; } }
1406         public Microsoft.VisualBasic.MyServices.ClipboardProxy Clipboard { get { throw null; } }
1407         public Microsoft.VisualBasic.Devices.Keyboard Keyboard { get { throw null; } }
1408         public Microsoft.VisualBasic.Devices.Mouse Mouse { get { throw null; } }
1409         public Microsoft.VisualBasic.Devices.Ports Ports { get { throw null; } }
1410         public System.Windows.Forms.Screen Screen { get { throw null; } }
1411     }
1412     [System.Diagnostics.DebuggerTypeProxyAttribute("Microsoft.VisualBasic.Devices.ComputerInfo.ComputerInfoDebugView")]
1413     public partial class ComputerInfo
1414     {
ComputerInfo()1415         public ComputerInfo() { }
1416         [System.CLSCompliantAttribute(false)]
1417         public ulong AvailablePhysicalMemory { get { throw null; } }
1418         [System.CLSCompliantAttribute(false)]
1419         public ulong AvailableVirtualMemory { get { throw null; } }
1420         public System.Globalization.CultureInfo InstalledUICulture { get { throw null; } }
1421         public string OSFullName { get { throw null; } }
1422         public string OSPlatform { get { throw null; } }
1423         public string OSVersion { get { throw null; } }
1424         [System.CLSCompliantAttribute(false)]
1425         public ulong TotalPhysicalMemory { get { throw null; } }
1426         [System.CLSCompliantAttribute(false)]
1427         public ulong TotalVirtualMemory { get { throw null; } }
1428     }
1429     public partial class Keyboard
1430     {
Keyboard()1431         public Keyboard() { }
1432         public bool AltKeyDown { get { throw null; } }
1433         public bool CapsLock { get { throw null; } }
1434         public bool CtrlKeyDown { get { throw null; } }
1435         public bool NumLock { get { throw null; } }
1436         public bool ScrollLock { get { throw null; } }
1437         public bool ShiftKeyDown { get { throw null; } }
SendKeys(string keys)1438         public void SendKeys(string keys) { }
SendKeys(string keys, bool wait)1439         public void SendKeys(string keys, bool wait) { }
1440     }
1441     public partial class Mouse
1442     {
Mouse()1443         public Mouse() { }
1444         public bool ButtonsSwapped { get { throw null; } }
1445         public bool WheelExists { get { throw null; } }
1446         public int WheelScrollLines { get { throw null; } }
1447     }
1448     public partial class Network
1449     {
Network()1450         public Network() { }
1451         public bool IsAvailable { get { throw null; } }
1452         public event Microsoft.VisualBasic.Devices.NetworkAvailableEventHandler NetworkAvailabilityChanged { add { } remove { } }
DownloadFile(string address, string destinationFileName)1453         public void DownloadFile(string address, string destinationFileName) { }
DownloadFile(string address, string destinationFileName, string userName, string password)1454         public void DownloadFile(string address, string destinationFileName, string userName, string password) { }
DownloadFile(string address, string destinationFileName, string userName, string password, bool showUI, int connectionTimeout, bool overwrite)1455         public void DownloadFile(string address, string destinationFileName, string userName, string password, bool showUI, int connectionTimeout, bool overwrite) { }
DownloadFile(string address, string destinationFileName, string userName, string password, bool showUI, int connectionTimeout, bool overwrite, Microsoft.VisualBasic.FileIO.UICancelOption onUserCancel)1456         public void DownloadFile(string address, string destinationFileName, string userName, string password, bool showUI, int connectionTimeout, bool overwrite, Microsoft.VisualBasic.FileIO.UICancelOption onUserCancel) { }
DownloadFile(System.Uri address, string destinationFileName)1457         public void DownloadFile(System.Uri address, string destinationFileName) { }
DownloadFile(System.Uri address, string destinationFileName, System.Net.ICredentials networkCredentials, bool showUI, int connectionTimeout, bool overwrite)1458         public void DownloadFile(System.Uri address, string destinationFileName, System.Net.ICredentials networkCredentials, bool showUI, int connectionTimeout, bool overwrite) { }
DownloadFile(System.Uri address, string destinationFileName, System.Net.ICredentials networkCredentials, bool showUI, int connectionTimeout, bool overwrite, Microsoft.VisualBasic.FileIO.UICancelOption onUserCancel)1459         public void DownloadFile(System.Uri address, string destinationFileName, System.Net.ICredentials networkCredentials, bool showUI, int connectionTimeout, bool overwrite, Microsoft.VisualBasic.FileIO.UICancelOption onUserCancel) { }
DownloadFile(System.Uri address, string destinationFileName, string userName, string password)1460         public void DownloadFile(System.Uri address, string destinationFileName, string userName, string password) { }
DownloadFile(System.Uri address, string destinationFileName, string userName, string password, bool showUI, int connectionTimeout, bool overwrite)1461         public void DownloadFile(System.Uri address, string destinationFileName, string userName, string password, bool showUI, int connectionTimeout, bool overwrite) { }
DownloadFile(System.Uri address, string destinationFileName, string userName, string password, bool showUI, int connectionTimeout, bool overwrite, Microsoft.VisualBasic.FileIO.UICancelOption onUserCancel)1462         public void DownloadFile(System.Uri address, string destinationFileName, string userName, string password, bool showUI, int connectionTimeout, bool overwrite, Microsoft.VisualBasic.FileIO.UICancelOption onUserCancel) { }
1463         [System.MonoNotSupportedAttribute("")]
Ping(string hostNameOrAddress)1464         public bool Ping(string hostNameOrAddress) { throw null; }
1465         [System.MonoNotSupportedAttribute("")]
Ping(string hostNameOrAddress, int timeout)1466         public bool Ping(string hostNameOrAddress, int timeout) { throw null; }
1467         [System.MonoNotSupportedAttribute("")]
Ping(System.Uri address)1468         public bool Ping(System.Uri address) { throw null; }
1469         [System.MonoNotSupportedAttribute("")]
Ping(System.Uri address, int timeout)1470         public bool Ping(System.Uri address, int timeout) { throw null; }
UploadFile(string sourceFileName, string address)1471         public void UploadFile(string sourceFileName, string address) { }
UploadFile(string sourceFileName, string address, string userName, string password)1472         public void UploadFile(string sourceFileName, string address, string userName, string password) { }
UploadFile(string sourceFileName, string address, string userName, string password, bool showUI, int connectionTimeout)1473         public void UploadFile(string sourceFileName, string address, string userName, string password, bool showUI, int connectionTimeout) { }
UploadFile(string sourceFileName, string address, string userName, string password, bool showUI, int connectionTimeout, Microsoft.VisualBasic.FileIO.UICancelOption onUserCancel)1474         public void UploadFile(string sourceFileName, string address, string userName, string password, bool showUI, int connectionTimeout, Microsoft.VisualBasic.FileIO.UICancelOption onUserCancel) { }
UploadFile(string sourceFileName, System.Uri address)1475         public void UploadFile(string sourceFileName, System.Uri address) { }
UploadFile(string sourceFileName, System.Uri address, System.Net.ICredentials networkCredentials, bool showUI, int connectionTimeout)1476         public void UploadFile(string sourceFileName, System.Uri address, System.Net.ICredentials networkCredentials, bool showUI, int connectionTimeout) { }
UploadFile(string sourceFileName, System.Uri address, System.Net.ICredentials networkCredentials, bool showUI, int connectionTimeout, Microsoft.VisualBasic.FileIO.UICancelOption onUserCancel)1477         public void UploadFile(string sourceFileName, System.Uri address, System.Net.ICredentials networkCredentials, bool showUI, int connectionTimeout, Microsoft.VisualBasic.FileIO.UICancelOption onUserCancel) { }
UploadFile(string sourceFileName, System.Uri address, string userName, string password)1478         public void UploadFile(string sourceFileName, System.Uri address, string userName, string password) { }
UploadFile(string sourceFileName, System.Uri address, string userName, string password, bool showUI, int connectionTimeout)1479         public void UploadFile(string sourceFileName, System.Uri address, string userName, string password, bool showUI, int connectionTimeout) { }
UploadFile(string sourceFileName, System.Uri address, string userName, string password, bool showUI, int connectionTimeout, Microsoft.VisualBasic.FileIO.UICancelOption onUserCancel)1480         public void UploadFile(string sourceFileName, System.Uri address, string userName, string password, bool showUI, int connectionTimeout, Microsoft.VisualBasic.FileIO.UICancelOption onUserCancel) { }
1481     }
1482     public partial class NetworkAvailableEventArgs : System.EventArgs
1483     {
NetworkAvailableEventArgs(bool networkAvailable)1484         public NetworkAvailableEventArgs(bool networkAvailable) { }
1485         public bool IsNetworkAvailable { get { throw null; } }
1486     }
1487     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
NetworkAvailableEventHandler(object sender, Microsoft.VisualBasic.Devices.NetworkAvailableEventArgs e)1488     public delegate void NetworkAvailableEventHandler(object sender, Microsoft.VisualBasic.Devices.NetworkAvailableEventArgs e);
1489     public partial class Ports
1490     {
Ports()1491         public Ports() { }
1492         public System.Collections.ObjectModel.ReadOnlyCollection<string> SerialPortNames { get { throw null; } }
OpenSerialPort(string portName)1493         public System.IO.Ports.SerialPort OpenSerialPort(string portName) { throw null; }
OpenSerialPort(string portName, int baudRate)1494         public System.IO.Ports.SerialPort OpenSerialPort(string portName, int baudRate) { throw null; }
OpenSerialPort(string portName, int baudRate, System.IO.Ports.Parity parity)1495         public System.IO.Ports.SerialPort OpenSerialPort(string portName, int baudRate, System.IO.Ports.Parity parity) { throw null; }
OpenSerialPort(string portName, int baudRate, System.IO.Ports.Parity parity, int dataBits)1496         public System.IO.Ports.SerialPort OpenSerialPort(string portName, int baudRate, System.IO.Ports.Parity parity, int dataBits) { throw null; }
OpenSerialPort(string portName, int baudRate, System.IO.Ports.Parity parity, int dataBits, System.IO.Ports.StopBits stopBits)1497         public System.IO.Ports.SerialPort OpenSerialPort(string portName, int baudRate, System.IO.Ports.Parity parity, int dataBits, System.IO.Ports.StopBits stopBits) { throw null; }
1498     }
1499     public partial class ServerComputer
1500     {
ServerComputer()1501         public ServerComputer() { }
1502         public Microsoft.VisualBasic.Devices.Clock Clock { get { throw null; } }
1503         public Microsoft.VisualBasic.MyServices.FileSystemProxy FileSystem { get { throw null; } }
1504         public Microsoft.VisualBasic.Devices.ComputerInfo Info { get { throw null; } }
1505         public string Name { get { throw null; } }
1506         public Microsoft.VisualBasic.Devices.Network Network { get { throw null; } }
1507         public Microsoft.VisualBasic.MyServices.RegistryProxy Registry { get { throw null; } }
1508     }
1509 }
1510 namespace Microsoft.VisualBasic.FileIO
1511 {
1512     public enum DeleteDirectoryOption
1513     {
1514         DeleteAllContents = 5,
1515         ThrowIfDirectoryNonEmpty = 4,
1516     }
1517     public enum FieldType
1518     {
1519         Delimited = 0,
1520         FixedWidth = 1,
1521     }
1522     public partial class FileSystem
1523     {
FileSystem()1524         public FileSystem() { }
1525         public static string CurrentDirectory { get { throw null; } set { } }
1526         public static System.Collections.ObjectModel.ReadOnlyCollection<System.IO.DriveInfo> Drives { get { throw null; } }
CombinePath(string baseDirectory, string relativePath)1527         public static string CombinePath(string baseDirectory, string relativePath) { throw null; }
CopyDirectory(string sourceDirectoryName, string destinationDirectoryName)1528         public static void CopyDirectory(string sourceDirectoryName, string destinationDirectoryName) { }
CopyDirectory(string sourceDirectoryName, string destinationDirectoryName, Microsoft.VisualBasic.FileIO.UIOption showUI)1529         public static void CopyDirectory(string sourceDirectoryName, string destinationDirectoryName, Microsoft.VisualBasic.FileIO.UIOption showUI) { }
CopyDirectory(string sourceDirectoryName, string destinationDirectoryName, Microsoft.VisualBasic.FileIO.UIOption showUI, Microsoft.VisualBasic.FileIO.UICancelOption onUserCancel)1530         public static void CopyDirectory(string sourceDirectoryName, string destinationDirectoryName, Microsoft.VisualBasic.FileIO.UIOption showUI, Microsoft.VisualBasic.FileIO.UICancelOption onUserCancel) { }
CopyDirectory(string sourceDirectoryName, string destinationDirectoryName, bool overwrite)1531         public static void CopyDirectory(string sourceDirectoryName, string destinationDirectoryName, bool overwrite) { }
CopyFile(string sourceFileName, string destinationFileName)1532         public static void CopyFile(string sourceFileName, string destinationFileName) { }
CopyFile(string sourceFileName, string destinationFileName, Microsoft.VisualBasic.FileIO.UIOption showUI)1533         public static void CopyFile(string sourceFileName, string destinationFileName, Microsoft.VisualBasic.FileIO.UIOption showUI) { }
CopyFile(string sourceFileName, string destinationFileName, Microsoft.VisualBasic.FileIO.UIOption showUI, Microsoft.VisualBasic.FileIO.UICancelOption onUserCancel)1534         public static void CopyFile(string sourceFileName, string destinationFileName, Microsoft.VisualBasic.FileIO.UIOption showUI, Microsoft.VisualBasic.FileIO.UICancelOption onUserCancel) { }
CopyFile(string sourceFileName, string destinationFileName, bool overwrite)1535         public static void CopyFile(string sourceFileName, string destinationFileName, bool overwrite) { }
CreateDirectory(string directory)1536         public static void CreateDirectory(string directory) { }
DeleteDirectory(string directory, Microsoft.VisualBasic.FileIO.DeleteDirectoryOption onDirectoryNotEmpty)1537         public static void DeleteDirectory(string directory, Microsoft.VisualBasic.FileIO.DeleteDirectoryOption onDirectoryNotEmpty) { }
DeleteDirectory(string directory, Microsoft.VisualBasic.FileIO.UIOption showUI, Microsoft.VisualBasic.FileIO.RecycleOption recycle)1538         public static void DeleteDirectory(string directory, Microsoft.VisualBasic.FileIO.UIOption showUI, Microsoft.VisualBasic.FileIO.RecycleOption recycle) { }
DeleteDirectory(string directory, Microsoft.VisualBasic.FileIO.UIOption showUI, Microsoft.VisualBasic.FileIO.RecycleOption recycle, Microsoft.VisualBasic.FileIO.UICancelOption onUserCancel)1539         public static void DeleteDirectory(string directory, Microsoft.VisualBasic.FileIO.UIOption showUI, Microsoft.VisualBasic.FileIO.RecycleOption recycle, Microsoft.VisualBasic.FileIO.UICancelOption onUserCancel) { }
DeleteFile(string file)1540         public static void DeleteFile(string file) { }
DeleteFile(string file, Microsoft.VisualBasic.FileIO.UIOption showUI, Microsoft.VisualBasic.FileIO.RecycleOption recycle)1541         public static void DeleteFile(string file, Microsoft.VisualBasic.FileIO.UIOption showUI, Microsoft.VisualBasic.FileIO.RecycleOption recycle) { }
DeleteFile(string file, Microsoft.VisualBasic.FileIO.UIOption showUI, Microsoft.VisualBasic.FileIO.RecycleOption recycle, Microsoft.VisualBasic.FileIO.UICancelOption onUserCancel)1542         public static void DeleteFile(string file, Microsoft.VisualBasic.FileIO.UIOption showUI, Microsoft.VisualBasic.FileIO.RecycleOption recycle, Microsoft.VisualBasic.FileIO.UICancelOption onUserCancel) { }
DirectoryExists(string directory)1543         public static bool DirectoryExists(string directory) { throw null; }
FileExists(string file)1544         public static bool FileExists(string file) { throw null; }
FindInFiles(string directory, string containsText, bool ignoreCase, Microsoft.VisualBasic.FileIO.SearchOption searchType)1545         public static System.Collections.ObjectModel.ReadOnlyCollection<string> FindInFiles(string directory, string containsText, bool ignoreCase, Microsoft.VisualBasic.FileIO.SearchOption searchType) { throw null; }
FindInFiles(string directory, string containsText, bool ignoreCase, Microsoft.VisualBasic.FileIO.SearchOption searchType, params string[] fileWildcards)1546         public static System.Collections.ObjectModel.ReadOnlyCollection<string> FindInFiles(string directory, string containsText, bool ignoreCase, Microsoft.VisualBasic.FileIO.SearchOption searchType, params string[] fileWildcards) { throw null; }
GetDirectories(string directory)1547         public static System.Collections.ObjectModel.ReadOnlyCollection<string> GetDirectories(string directory) { throw null; }
GetDirectories(string directory, Microsoft.VisualBasic.FileIO.SearchOption searchType, params string[] wildcards)1548         public static System.Collections.ObjectModel.ReadOnlyCollection<string> GetDirectories(string directory, Microsoft.VisualBasic.FileIO.SearchOption searchType, params string[] wildcards) { throw null; }
GetDirectoryInfo(string directory)1549         public static System.IO.DirectoryInfo GetDirectoryInfo(string directory) { throw null; }
GetDriveInfo(string drive)1550         public static System.IO.DriveInfo GetDriveInfo(string drive) { throw null; }
GetFileInfo(string file)1551         public static System.IO.FileInfo GetFileInfo(string file) { throw null; }
GetFiles(string directory)1552         public static System.Collections.ObjectModel.ReadOnlyCollection<string> GetFiles(string directory) { throw null; }
GetFiles(string directory, Microsoft.VisualBasic.FileIO.SearchOption searchType, params string[] wildcards)1553         public static System.Collections.ObjectModel.ReadOnlyCollection<string> GetFiles(string directory, Microsoft.VisualBasic.FileIO.SearchOption searchType, params string[] wildcards) { throw null; }
GetName(string path)1554         public static string GetName(string path) { throw null; }
GetParentPath(string path)1555         public static string GetParentPath(string path) { throw null; }
GetTempFileName()1556         public static string GetTempFileName() { throw null; }
MoveDirectory(string sourceDirectoryName, string destinationDirectoryName)1557         public static void MoveDirectory(string sourceDirectoryName, string destinationDirectoryName) { }
MoveDirectory(string sourceDirectoryName, string destinationDirectoryName, Microsoft.VisualBasic.FileIO.UIOption showUI)1558         public static void MoveDirectory(string sourceDirectoryName, string destinationDirectoryName, Microsoft.VisualBasic.FileIO.UIOption showUI) { }
MoveDirectory(string sourceDirectoryName, string destinationDirectoryName, Microsoft.VisualBasic.FileIO.UIOption showUI, Microsoft.VisualBasic.FileIO.UICancelOption onUserCancel)1559         public static void MoveDirectory(string sourceDirectoryName, string destinationDirectoryName, Microsoft.VisualBasic.FileIO.UIOption showUI, Microsoft.VisualBasic.FileIO.UICancelOption onUserCancel) { }
MoveDirectory(string sourceDirectoryName, string destinationDirectoryName, bool overwrite)1560         public static void MoveDirectory(string sourceDirectoryName, string destinationDirectoryName, bool overwrite) { }
MoveFile(string sourceFileName, string destinationFileName)1561         public static void MoveFile(string sourceFileName, string destinationFileName) { }
MoveFile(string sourceFileName, string destinationFileName, Microsoft.VisualBasic.FileIO.UIOption showUI)1562         public static void MoveFile(string sourceFileName, string destinationFileName, Microsoft.VisualBasic.FileIO.UIOption showUI) { }
MoveFile(string sourceFileName, string destinationFileName, Microsoft.VisualBasic.FileIO.UIOption showUI, Microsoft.VisualBasic.FileIO.UICancelOption onUserCancel)1563         public static void MoveFile(string sourceFileName, string destinationFileName, Microsoft.VisualBasic.FileIO.UIOption showUI, Microsoft.VisualBasic.FileIO.UICancelOption onUserCancel) { }
MoveFile(string sourceFileName, string destinationFileName, bool overwrite)1564         public static void MoveFile(string sourceFileName, string destinationFileName, bool overwrite) { }
OpenTextFieldParser(string file)1565         public static Microsoft.VisualBasic.FileIO.TextFieldParser OpenTextFieldParser(string file) { throw null; }
OpenTextFieldParser(string file, params int[] fieldWidths)1566         public static Microsoft.VisualBasic.FileIO.TextFieldParser OpenTextFieldParser(string file, params int[] fieldWidths) { throw null; }
OpenTextFieldParser(string file, params string[] delimiters)1567         public static Microsoft.VisualBasic.FileIO.TextFieldParser OpenTextFieldParser(string file, params string[] delimiters) { throw null; }
OpenTextFileReader(string file)1568         public static System.IO.StreamReader OpenTextFileReader(string file) { throw null; }
OpenTextFileReader(string file, System.Text.Encoding encoding)1569         public static System.IO.StreamReader OpenTextFileReader(string file, System.Text.Encoding encoding) { throw null; }
OpenTextFileWriter(string file, bool append)1570         public static System.IO.StreamWriter OpenTextFileWriter(string file, bool append) { throw null; }
OpenTextFileWriter(string file, bool append, System.Text.Encoding encoding)1571         public static System.IO.StreamWriter OpenTextFileWriter(string file, bool append, System.Text.Encoding encoding) { throw null; }
ReadAllBytes(string file)1572         public static byte[] ReadAllBytes(string file) { throw null; }
ReadAllText(string file)1573         public static string ReadAllText(string file) { throw null; }
ReadAllText(string file, System.Text.Encoding encoding)1574         public static string ReadAllText(string file, System.Text.Encoding encoding) { throw null; }
RenameDirectory(string directory, string newName)1575         public static void RenameDirectory(string directory, string newName) { }
RenameFile(string file, string newName)1576         public static void RenameFile(string file, string newName) { }
WriteAllBytes(string file, byte[] data, bool append)1577         public static void WriteAllBytes(string file, byte[] data, bool append) { }
WriteAllText(string file, string text, bool append)1578         public static void WriteAllText(string file, string text, bool append) { }
WriteAllText(string file, string text, bool append, System.Text.Encoding encoding)1579         public static void WriteAllText(string file, string text, bool append, System.Text.Encoding encoding) { }
1580     }
1581     [System.SerializableAttribute]
1582     public partial class MalformedLineException : System.Exception
1583     {
MalformedLineException()1584         public MalformedLineException() { }
1585         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
MalformedLineException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)1586         protected MalformedLineException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
MalformedLineException(string message)1587         public MalformedLineException(string message) { }
MalformedLineException(string message, System.Exception innerException)1588         public MalformedLineException(string message, System.Exception innerException) { }
MalformedLineException(string message, long lineNumber)1589         public MalformedLineException(string message, long lineNumber) { }
MalformedLineException(string message, long lineNumber, System.Exception innerException)1590         public MalformedLineException(string message, long lineNumber, System.Exception innerException) { }
1591         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
1592         public long LineNumber { get { throw null; } set { } }
1593         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
1594         [System.Security.SecurityCriticalAttribute]
1595         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, SerializationFormatter=true)]
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)1596         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
ToString()1597         public override string ToString() { throw null; }
1598     }
1599     public enum RecycleOption
1600     {
1601         DeletePermanently = 2,
1602         SendToRecycleBin = 3,
1603     }
1604     public enum SearchOption
1605     {
1606         SearchAllSubDirectories = 3,
1607         SearchTopLevelOnly = 2,
1608     }
1609     public partial class SpecialDirectories
1610     {
SpecialDirectories()1611         public SpecialDirectories() { }
1612         public static string AllUsersApplicationData { get { throw null; } }
1613         public static string CurrentUserApplicationData { get { throw null; } }
1614         public static string Desktop { get { throw null; } }
1615         public static string MyDocuments { get { throw null; } }
1616         public static string MyMusic { get { throw null; } }
1617         public static string MyPictures { get { throw null; } }
1618         public static string ProgramFiles { get { throw null; } }
1619         public static string Programs { get { throw null; } }
1620         public static string Temp { get { throw null; } }
1621     }
1622     public partial class TextFieldParser : System.IDisposable
1623     {
TextFieldParser(System.IO.Stream stream)1624         public TextFieldParser(System.IO.Stream stream) { }
TextFieldParser(System.IO.Stream stream, System.Text.Encoding defaultEncoding)1625         public TextFieldParser(System.IO.Stream stream, System.Text.Encoding defaultEncoding) { }
TextFieldParser(System.IO.Stream stream, System.Text.Encoding defaultEncoding, bool detectEncoding)1626         public TextFieldParser(System.IO.Stream stream, System.Text.Encoding defaultEncoding, bool detectEncoding) { }
TextFieldParser(System.IO.Stream stream, System.Text.Encoding defaultEncoding, bool detectEncoding, bool leaveOpen)1627         public TextFieldParser(System.IO.Stream stream, System.Text.Encoding defaultEncoding, bool detectEncoding, bool leaveOpen) { }
TextFieldParser(System.IO.TextReader reader)1628         public TextFieldParser(System.IO.TextReader reader) { }
TextFieldParser(string path)1629         public TextFieldParser(string path) { }
TextFieldParser(string path, System.Text.Encoding defaultEncoding)1630         public TextFieldParser(string path, System.Text.Encoding defaultEncoding) { }
TextFieldParser(string path, System.Text.Encoding defaultEncoding, bool detectEncoding)1631         public TextFieldParser(string path, System.Text.Encoding defaultEncoding, bool detectEncoding) { }
1632         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
1633         public string[] CommentTokens { get { throw null; } set { } }
1634         public string[] Delimiters { get { throw null; } set { } }
1635         public bool EndOfData { get { throw null; } }
1636         public string ErrorLine { get { throw null; } }
1637         public long ErrorLineNumber { get { throw null; } }
1638         public int[] FieldWidths { get { throw null; } set { } }
1639         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
1640         public bool HasFieldsEnclosedInQuotes { get { throw null; } set { } }
1641         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
1642         public long LineNumber { get { throw null; } }
1643         public Microsoft.VisualBasic.FileIO.FieldType TextFieldType { get { throw null; } set { } }
1644         public bool TrimWhiteSpace { get { throw null; } set { } }
Close()1645         public void Close() { }
Dispose()1646         public void Dispose() { }
Dispose(bool disposing)1647         protected virtual void Dispose(bool disposing) { }
~TextFieldParser()1648         ~TextFieldParser() { }
PeekChars(int numberOfChars)1649         public string PeekChars(int numberOfChars) { throw null; }
ReadFields()1650         public string[] ReadFields() { throw null; }
1651         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
ReadLine()1652         public string ReadLine() { throw null; }
1653         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
ReadToEnd()1654         public string ReadToEnd() { throw null; }
SetDelimiters(params string[] delimiters)1655         public void SetDelimiters(params string[] delimiters) { }
SetFieldWidths(params int[] fieldWidths)1656         public void SetFieldWidths(params int[] fieldWidths) { }
1657     }
1658     public enum UICancelOption
1659     {
1660         DoNothing = 2,
1661         ThrowException = 3,
1662     }
1663     public enum UIOption
1664     {
1665         AllDialogs = 3,
1666         OnlyErrorDialogs = 2,
1667     }
1668 }
1669 namespace Microsoft.VisualBasic.Logging
1670 {
1671     public partial class AspLog : Microsoft.VisualBasic.Logging.Log
1672     {
AspLog()1673         public AspLog() { }
AspLog(string name)1674         public AspLog(string name) { }
InitializeWithDefaultsSinceNoConfigExists()1675         protected internal override void InitializeWithDefaultsSinceNoConfigExists() { }
1676     }
1677     public enum DiskSpaceExhaustedOption
1678     {
1679         DiscardMessages = 1,
1680         ThrowException = 0,
1681     }
1682     [System.Runtime.InteropServices.ComVisibleAttribute(false)]
1683     public partial class FileLogTraceListener : System.Diagnostics.TraceListener
1684     {
FileLogTraceListener()1685         public FileLogTraceListener() { }
FileLogTraceListener(string name)1686         public FileLogTraceListener(string name) { }
1687         public bool Append { get { throw null; } set { } }
1688         public bool AutoFlush { get { throw null; } set { } }
1689         public string BaseFileName { get { throw null; } set { } }
1690         public string CustomLocation { get { throw null; } set { } }
1691         public string Delimiter { get { throw null; } set { } }
1692         public Microsoft.VisualBasic.Logging.DiskSpaceExhaustedOption DiskSpaceExhaustedBehavior { get { throw null; } set { } }
1693         public System.Text.Encoding Encoding { get { throw null; } set { } }
1694         public string FullLogFileName { get { throw null; } }
1695         public bool IncludeHostName { get { throw null; } set { } }
1696         public Microsoft.VisualBasic.Logging.LogFileLocation Location { get { throw null; } set { } }
1697         public Microsoft.VisualBasic.Logging.LogFileCreationScheduleOption LogFileCreationSchedule { get { throw null; } set { } }
1698         public long MaxFileSize { get { throw null; } set { } }
1699         public long ReserveDiskSpace { get { throw null; } set { } }
Close()1700         public override void Close() { }
Dispose(bool disposing)1701         protected override void Dispose(bool disposing) { }
Flush()1702         public override void Flush() { }
GetSupportedAttributes()1703         protected override string[] GetSupportedAttributes() { throw null; }
TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, object data)1704         public override void TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, object data) { }
TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, params object[] data)1705         public override void TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, params object[] data) { }
TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, string message)1706         public override void TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, string message) { }
TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, string format, params object[] args)1707         public override void TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, string format, params object[] args) { }
Write(string message)1708         public override void Write(string message) { }
WriteLine(string message)1709         public override void WriteLine(string message) { }
1710     }
1711     public partial class Log
1712     {
Log()1713         public Log() { }
Log(string name)1714         public Log(string name) { }
1715         public Microsoft.VisualBasic.Logging.FileLogTraceListener DefaultFileLogWriter { get { throw null; } }
1716         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
1717         public System.Diagnostics.TraceSource TraceSource { get { throw null; } }
InitializeWithDefaultsSinceNoConfigExists()1718         protected internal virtual void InitializeWithDefaultsSinceNoConfigExists() { }
WriteEntry(string message)1719         public void WriteEntry(string message) { }
WriteEntry(string message, System.Diagnostics.TraceEventType severity)1720         public void WriteEntry(string message, System.Diagnostics.TraceEventType severity) { }
WriteEntry(string message, System.Diagnostics.TraceEventType severity, int id)1721         public void WriteEntry(string message, System.Diagnostics.TraceEventType severity, int id) { }
WriteException(System.Exception ex)1722         public void WriteException(System.Exception ex) { }
WriteException(System.Exception ex, System.Diagnostics.TraceEventType severity, string additionalInfo)1723         public void WriteException(System.Exception ex, System.Diagnostics.TraceEventType severity, string additionalInfo) { }
WriteException(System.Exception ex, System.Diagnostics.TraceEventType severity, string additionalInfo, int id)1724         public void WriteException(System.Exception ex, System.Diagnostics.TraceEventType severity, string additionalInfo, int id) { }
1725     }
1726     public enum LogFileCreationScheduleOption
1727     {
1728         Daily = 1,
1729         None = 0,
1730         Weekly = 2,
1731     }
1732     public enum LogFileLocation
1733     {
1734         CommonApplicationDirectory = 2,
1735         Custom = 4,
1736         ExecutableDirectory = 3,
1737         LocalUserApplicationDirectory = 1,
1738         TempDirectory = 0,
1739     }
1740 }
1741 namespace Microsoft.VisualBasic.MyServices
1742 {
1743     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1744     public partial class ClipboardProxy
1745     {
ClipboardProxy()1746         internal ClipboardProxy() { }
Clear()1747         public void Clear() { }
ContainsAudio()1748         public bool ContainsAudio() { throw null; }
ContainsData(string format)1749         public bool ContainsData(string format) { throw null; }
ContainsFileDropList()1750         public bool ContainsFileDropList() { throw null; }
ContainsImage()1751         public bool ContainsImage() { throw null; }
ContainsText()1752         public bool ContainsText() { throw null; }
ContainsText(System.Windows.Forms.TextDataFormat format)1753         public bool ContainsText(System.Windows.Forms.TextDataFormat format) { throw null; }
GetAudioStream()1754         public System.IO.Stream GetAudioStream() { throw null; }
GetData(string format)1755         public object GetData(string format) { throw null; }
1756         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetDataObject()1757         public System.Windows.Forms.IDataObject GetDataObject() { throw null; }
GetFileDropList()1758         public System.Collections.Specialized.StringCollection GetFileDropList() { throw null; }
GetImage()1759         public System.Drawing.Image GetImage() { throw null; }
GetText()1760         public string GetText() { throw null; }
GetText(System.Windows.Forms.TextDataFormat format)1761         public string GetText(System.Windows.Forms.TextDataFormat format) { throw null; }
SetAudio(byte[] audioBytes)1762         public void SetAudio(byte[] audioBytes) { }
SetAudio(System.IO.Stream audioStream)1763         public void SetAudio(System.IO.Stream audioStream) { }
SetData(string format, object data)1764         public void SetData(string format, object data) { }
1765         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
SetDataObject(System.Windows.Forms.DataObject data)1766         public void SetDataObject(System.Windows.Forms.DataObject data) { }
SetFileDropList(System.Collections.Specialized.StringCollection filePaths)1767         public void SetFileDropList(System.Collections.Specialized.StringCollection filePaths) { }
SetImage(System.Drawing.Image image)1768         public void SetImage(System.Drawing.Image image) { }
SetText(string text)1769         public void SetText(string text) { }
SetText(string text, System.Windows.Forms.TextDataFormat format)1770         public void SetText(string text, System.Windows.Forms.TextDataFormat format) { }
1771     }
1772     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1773     public partial class FileSystemProxy
1774     {
FileSystemProxy()1775         internal FileSystemProxy() { }
1776         public string CurrentDirectory { get { throw null; } set { } }
1777         public System.Collections.ObjectModel.ReadOnlyCollection<System.IO.DriveInfo> Drives { get { throw null; } }
1778         public Microsoft.VisualBasic.MyServices.SpecialDirectoriesProxy SpecialDirectories { get { throw null; } }
CombinePath(string baseDirectory, string relativePath)1779         public string CombinePath(string baseDirectory, string relativePath) { throw null; }
CopyDirectory(string sourceDirectoryName, string destinationDirectoryName)1780         public void CopyDirectory(string sourceDirectoryName, string destinationDirectoryName) { }
CopyDirectory(string sourceDirectoryName, string destinationDirectoryName, Microsoft.VisualBasic.FileIO.UIOption showUI)1781         public void CopyDirectory(string sourceDirectoryName, string destinationDirectoryName, Microsoft.VisualBasic.FileIO.UIOption showUI) { }
CopyDirectory(string sourceDirectoryName, string destinationDirectoryName, Microsoft.VisualBasic.FileIO.UIOption showUI, Microsoft.VisualBasic.FileIO.UICancelOption onUserCancel)1782         public void CopyDirectory(string sourceDirectoryName, string destinationDirectoryName, Microsoft.VisualBasic.FileIO.UIOption showUI, Microsoft.VisualBasic.FileIO.UICancelOption onUserCancel) { }
CopyDirectory(string sourceDirectoryName, string destinationDirectoryName, bool overwrite)1783         public void CopyDirectory(string sourceDirectoryName, string destinationDirectoryName, bool overwrite) { }
CopyFile(string sourceFileName, string destinationFileName)1784         public void CopyFile(string sourceFileName, string destinationFileName) { }
CopyFile(string sourceFileName, string destinationFileName, Microsoft.VisualBasic.FileIO.UIOption showUI)1785         public void CopyFile(string sourceFileName, string destinationFileName, Microsoft.VisualBasic.FileIO.UIOption showUI) { }
CopyFile(string sourceFileName, string destinationFileName, Microsoft.VisualBasic.FileIO.UIOption showUI, Microsoft.VisualBasic.FileIO.UICancelOption onUserCancel)1786         public void CopyFile(string sourceFileName, string destinationFileName, Microsoft.VisualBasic.FileIO.UIOption showUI, Microsoft.VisualBasic.FileIO.UICancelOption onUserCancel) { }
CopyFile(string sourceFileName, string destinationFileName, bool overwrite)1787         public void CopyFile(string sourceFileName, string destinationFileName, bool overwrite) { }
CreateDirectory(string directory)1788         public void CreateDirectory(string directory) { }
DeleteDirectory(string directory, Microsoft.VisualBasic.FileIO.DeleteDirectoryOption onDirectoryNotEmpty)1789         public void DeleteDirectory(string directory, Microsoft.VisualBasic.FileIO.DeleteDirectoryOption onDirectoryNotEmpty) { }
DeleteDirectory(string directory, Microsoft.VisualBasic.FileIO.UIOption showUI, Microsoft.VisualBasic.FileIO.RecycleOption recycle)1790         public void DeleteDirectory(string directory, Microsoft.VisualBasic.FileIO.UIOption showUI, Microsoft.VisualBasic.FileIO.RecycleOption recycle) { }
DeleteDirectory(string directory, Microsoft.VisualBasic.FileIO.UIOption showUI, Microsoft.VisualBasic.FileIO.RecycleOption recycle, Microsoft.VisualBasic.FileIO.UICancelOption onUserCancel)1791         public void DeleteDirectory(string directory, Microsoft.VisualBasic.FileIO.UIOption showUI, Microsoft.VisualBasic.FileIO.RecycleOption recycle, Microsoft.VisualBasic.FileIO.UICancelOption onUserCancel) { }
DeleteFile(string file)1792         public void DeleteFile(string file) { }
DeleteFile(string file, Microsoft.VisualBasic.FileIO.UIOption showUI, Microsoft.VisualBasic.FileIO.RecycleOption recycle)1793         public void DeleteFile(string file, Microsoft.VisualBasic.FileIO.UIOption showUI, Microsoft.VisualBasic.FileIO.RecycleOption recycle) { }
DeleteFile(string file, Microsoft.VisualBasic.FileIO.UIOption showUI, Microsoft.VisualBasic.FileIO.RecycleOption recycle, Microsoft.VisualBasic.FileIO.UICancelOption onUserCancel)1794         public void DeleteFile(string file, Microsoft.VisualBasic.FileIO.UIOption showUI, Microsoft.VisualBasic.FileIO.RecycleOption recycle, Microsoft.VisualBasic.FileIO.UICancelOption onUserCancel) { }
DirectoryExists(string directory)1795         public bool DirectoryExists(string directory) { throw null; }
FileExists(string file)1796         public bool FileExists(string file) { throw null; }
FindInFiles(string directory, string containsText, bool ignoreCase, Microsoft.VisualBasic.FileIO.SearchOption searchType)1797         public System.Collections.ObjectModel.ReadOnlyCollection<string> FindInFiles(string directory, string containsText, bool ignoreCase, Microsoft.VisualBasic.FileIO.SearchOption searchType) { throw null; }
FindInFiles(string directory, string containsText, bool ignoreCase, Microsoft.VisualBasic.FileIO.SearchOption searchType, params string[] fileWildcards)1798         public System.Collections.ObjectModel.ReadOnlyCollection<string> FindInFiles(string directory, string containsText, bool ignoreCase, Microsoft.VisualBasic.FileIO.SearchOption searchType, params string[] fileWildcards) { throw null; }
GetDirectories(string directory)1799         public System.Collections.ObjectModel.ReadOnlyCollection<string> GetDirectories(string directory) { throw null; }
GetDirectories(string directory, Microsoft.VisualBasic.FileIO.SearchOption searchType, params string[] wildcards)1800         public System.Collections.ObjectModel.ReadOnlyCollection<string> GetDirectories(string directory, Microsoft.VisualBasic.FileIO.SearchOption searchType, params string[] wildcards) { throw null; }
GetDirectoryInfo(string directory)1801         public System.IO.DirectoryInfo GetDirectoryInfo(string directory) { throw null; }
GetDriveInfo(string drive)1802         public System.IO.DriveInfo GetDriveInfo(string drive) { throw null; }
GetFileInfo(string file)1803         public System.IO.FileInfo GetFileInfo(string file) { throw null; }
GetFiles(string directory)1804         public System.Collections.ObjectModel.ReadOnlyCollection<string> GetFiles(string directory) { throw null; }
GetFiles(string directory, Microsoft.VisualBasic.FileIO.SearchOption searchType, params string[] wildcards)1805         public System.Collections.ObjectModel.ReadOnlyCollection<string> GetFiles(string directory, Microsoft.VisualBasic.FileIO.SearchOption searchType, params string[] wildcards) { throw null; }
GetName(string path)1806         public string GetName(string path) { throw null; }
GetParentPath(string path)1807         public string GetParentPath(string path) { throw null; }
GetTempFileName()1808         public string GetTempFileName() { throw null; }
MoveDirectory(string sourceDirectoryName, string destinationDirectoryName)1809         public void MoveDirectory(string sourceDirectoryName, string destinationDirectoryName) { }
MoveDirectory(string sourceDirectoryName, string destinationDirectoryName, Microsoft.VisualBasic.FileIO.UIOption showUI)1810         public void MoveDirectory(string sourceDirectoryName, string destinationDirectoryName, Microsoft.VisualBasic.FileIO.UIOption showUI) { }
MoveDirectory(string sourceDirectoryName, string destinationDirectoryName, Microsoft.VisualBasic.FileIO.UIOption showUI, Microsoft.VisualBasic.FileIO.UICancelOption onUserCancel)1811         public void MoveDirectory(string sourceDirectoryName, string destinationDirectoryName, Microsoft.VisualBasic.FileIO.UIOption showUI, Microsoft.VisualBasic.FileIO.UICancelOption onUserCancel) { }
MoveDirectory(string sourceDirectoryName, string destinationDirectoryName, bool overwrite)1812         public void MoveDirectory(string sourceDirectoryName, string destinationDirectoryName, bool overwrite) { }
MoveFile(string sourceFileName, string destinationFileName)1813         public void MoveFile(string sourceFileName, string destinationFileName) { }
MoveFile(string sourceFileName, string destinationFileName, Microsoft.VisualBasic.FileIO.UIOption showUI)1814         public void MoveFile(string sourceFileName, string destinationFileName, Microsoft.VisualBasic.FileIO.UIOption showUI) { }
MoveFile(string sourceFileName, string destinationFileName, Microsoft.VisualBasic.FileIO.UIOption showUI, Microsoft.VisualBasic.FileIO.UICancelOption onUserCancel)1815         public void MoveFile(string sourceFileName, string destinationFileName, Microsoft.VisualBasic.FileIO.UIOption showUI, Microsoft.VisualBasic.FileIO.UICancelOption onUserCancel) { }
MoveFile(string sourceFileName, string destinationFileName, bool overwrite)1816         public void MoveFile(string sourceFileName, string destinationFileName, bool overwrite) { }
OpenTextFieldParser(string file)1817         public Microsoft.VisualBasic.FileIO.TextFieldParser OpenTextFieldParser(string file) { throw null; }
OpenTextFieldParser(string file, params int[] fieldWidths)1818         public Microsoft.VisualBasic.FileIO.TextFieldParser OpenTextFieldParser(string file, params int[] fieldWidths) { throw null; }
OpenTextFieldParser(string file, params string[] delimiters)1819         public Microsoft.VisualBasic.FileIO.TextFieldParser OpenTextFieldParser(string file, params string[] delimiters) { throw null; }
OpenTextFileReader(string file)1820         public System.IO.StreamReader OpenTextFileReader(string file) { throw null; }
OpenTextFileReader(string file, System.Text.Encoding encoding)1821         public System.IO.StreamReader OpenTextFileReader(string file, System.Text.Encoding encoding) { throw null; }
OpenTextFileWriter(string file, bool append)1822         public System.IO.StreamWriter OpenTextFileWriter(string file, bool append) { throw null; }
OpenTextFileWriter(string file, bool append, System.Text.Encoding encoding)1823         public System.IO.StreamWriter OpenTextFileWriter(string file, bool append, System.Text.Encoding encoding) { throw null; }
ReadAllBytes(string file)1824         public byte[] ReadAllBytes(string file) { throw null; }
ReadAllText(string file)1825         public string ReadAllText(string file) { throw null; }
ReadAllText(string file, System.Text.Encoding encoding)1826         public string ReadAllText(string file, System.Text.Encoding encoding) { throw null; }
RenameDirectory(string directory, string newName)1827         public void RenameDirectory(string directory, string newName) { }
RenameFile(string file, string newName)1828         public void RenameFile(string file, string newName) { }
WriteAllBytes(string file, byte[] data, bool append)1829         public void WriteAllBytes(string file, byte[] data, bool append) { }
WriteAllText(string file, string text, bool append)1830         public void WriteAllText(string file, string text, bool append) { }
WriteAllText(string file, string text, bool append, System.Text.Encoding encoding)1831         public void WriteAllText(string file, string text, bool append, System.Text.Encoding encoding) { }
1832     }
1833     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1834     public partial class RegistryProxy
1835     {
RegistryProxy()1836         internal RegistryProxy() { }
1837         public Microsoft.Win32.RegistryKey ClassesRoot { get { throw null; } }
1838         public Microsoft.Win32.RegistryKey CurrentConfig { get { throw null; } }
1839         public Microsoft.Win32.RegistryKey CurrentUser { get { throw null; } }
1840         public Microsoft.Win32.RegistryKey DynData { get { throw null; } }
1841         public Microsoft.Win32.RegistryKey LocalMachine { get { throw null; } }
1842         public Microsoft.Win32.RegistryKey PerformanceData { get { throw null; } }
1843         public Microsoft.Win32.RegistryKey Users { get { throw null; } }
GetValue(string keyName, string valueName, object defaultValue)1844         public object GetValue(string keyName, string valueName, object defaultValue) { throw null; }
SetValue(string keyName, string valueName, object value)1845         public void SetValue(string keyName, string valueName, object value) { }
SetValue(string keyName, string valueName, object value, Microsoft.Win32.RegistryValueKind valueKind)1846         public void SetValue(string keyName, string valueName, object value, Microsoft.Win32.RegistryValueKind valueKind) { }
1847     }
1848     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1849     public partial class SpecialDirectoriesProxy
1850     {
SpecialDirectoriesProxy()1851         internal SpecialDirectoriesProxy() { }
1852         public string AllUsersApplicationData { get { throw null; } }
1853         public string CurrentUserApplicationData { get { throw null; } }
1854         public string Desktop { get { throw null; } }
1855         public string MyDocuments { get { throw null; } }
1856         public string MyMusic { get { throw null; } }
1857         public string MyPictures { get { throw null; } }
1858         public string ProgramFiles { get { throw null; } }
1859         public string Programs { get { throw null; } }
1860         public string Temp { get { throw null; } }
1861     }
1862 }
1863 namespace Microsoft.VisualBasic.MyServices.Internal
1864 {
1865     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1866     public partial class ContextValue<T>
1867     {
ContextValue()1868         public ContextValue() { }
1869         public T Value { get { throw null; } set { } }
1870     }
1871 }
1872 namespace System
1873 {
1874     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
1875     internal partial class MonoDocumentationNoteAttribute : System.MonoTODOAttribute
1876     {
MonoDocumentationNoteAttribute(string comment)1877         public MonoDocumentationNoteAttribute(string comment) { }
1878     }
1879     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
1880     internal partial class MonoExtensionAttribute : System.MonoTODOAttribute
1881     {
MonoExtensionAttribute(string comment)1882         public MonoExtensionAttribute(string comment) { }
1883     }
1884     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
1885     internal partial class MonoInternalNoteAttribute : System.MonoTODOAttribute
1886     {
MonoInternalNoteAttribute(string comment)1887         public MonoInternalNoteAttribute(string comment) { }
1888     }
1889     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
1890     internal partial class MonoLimitationAttribute : System.MonoTODOAttribute
1891     {
MonoLimitationAttribute(string comment)1892         public MonoLimitationAttribute(string comment) { }
1893     }
1894     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
1895     internal partial class MonoNotSupportedAttribute : System.MonoTODOAttribute
1896     {
MonoNotSupportedAttribute(string comment)1897         public MonoNotSupportedAttribute(string comment) { }
1898     }
1899     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
1900     internal partial class MonoTODOAttribute : System.Attribute
1901     {
MonoTODOAttribute()1902         public MonoTODOAttribute() { }
MonoTODOAttribute(string comment)1903         public MonoTODOAttribute(string comment) { }
1904         public string Comment { get { throw null; } }
1905     }
1906 }
1907