kick off
[mono.git] / mcs / class / Microsoft.VisualBasic / Microsoft.VisualBasic / Interaction.cs
1 //
2 // Interaction.cs
3 //
4 // Author:
5 //   Chris J Breisch (cjbreisch@altavista.net) (auto-generated by ClassGenerator)
6 //
7 // (C) 2002 Chris J Breisch
8 //
9 namespace Microsoft.VisualBasic {
10         [Microsoft.VisualBasic.CompilerServices.StandardModuleAttribute] 
11         [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Auto)] 
12         sealed public class Interaction {
13                 // Declarations
14                 // Constructors
15                 // Properties
16                 // Methods
17                 public static System.Int32 Shell (System.String Pathname, [System.Runtime.InteropServices.Optional] [System.ComponentModel.DefaultValue(2)] Microsoft.VisualBasic.AppWinStyle Style, [System.Runtime.InteropServices.Optional] [System.ComponentModel.DefaultValue(false)] System.Boolean Wait, [System.Runtime.InteropServices.Optional] [System.ComponentModel.DefaultValue(-1)] System.Int32 Timeout) { return 0;}
18                 public static void AppActivate (System.Int32 ProcessId) { }
19                 public static void AppActivate (System.String Title) { }
20                 public static System.String Command () { return "";}
21                 public static System.String Environ (System.Int32 Expression) { return "";}
22                 public static System.String Environ (System.String Expression) { return "";}
23                 public static void Beep () { }
24                 public static System.String InputBox (System.String Prompt, [System.Runtime.InteropServices.Optional] [System.ComponentModel.DefaultValue("")] System.String Title, [System.Runtime.InteropServices.Optional] [System.ComponentModel.DefaultValue("")] System.String DefaultResponse, [System.Runtime.InteropServices.Optional] [System.ComponentModel.DefaultValue(-1)] System.Int32 XPos, [System.Runtime.InteropServices.Optional] [System.ComponentModel.DefaultValue(-1)] System.Int32 YPos) { return "";}
25                 public static Microsoft.VisualBasic.MsgBoxResult MsgBox (System.Object Prompt, [System.Runtime.InteropServices.Optional] [System.ComponentModel.DefaultValue(0)] Microsoft.VisualBasic.MsgBoxStyle Buttons, [System.Runtime.InteropServices.Optional] [System.ComponentModel.DefaultValue(null)] System.Object Title) { return 0;}
26                 public static System.Object CallByName (System.Object ObjectRef, System.String ProcName, Microsoft.VisualBasic.CallType UseCallType, params System.Object[] Args) { return null;}
27                 public static System.Object Choose (System.Double Index, params System.Object[] Choice) { return null;}
28                 public static System.Object IIf (System.Boolean Expression, System.Object TruePart, System.Object FalsePart) { return null;}
29                 public static System.String Partition (System.Int64 Number, System.Int64 Start, System.Int64 Stop, System.Int64 Interval) { return "";}
30                 public static System.Object Switch (params System.Object[] VarExpr) { return null;}
31                 public static void DeleteSetting (System.String AppName, [System.Runtime.InteropServices.Optional] [System.ComponentModel.DefaultValue(null)] System.String Section, [System.Runtime.InteropServices.Optional] [System.ComponentModel.DefaultValue(null)] System.String Key) { }
32                 public static System.String[,] GetAllSettings (System.String AppName, System.String Section) { return null;}
33                 public static System.String GetSetting (System.String AppName, System.String Section, System.String Key, [System.Runtime.InteropServices.Optional] [System.ComponentModel.DefaultValue("")] System.String Default) { return "";}
34                 public static void SaveSetting (System.String AppName, System.String Section, System.String Key, System.String Setting) { }
35                 public static System.Object CreateObject (System.String ProgId, [System.Runtime.InteropServices.Optional] [System.ComponentModel.DefaultValue("")] System.String ServerName) { return null;}
36                 public static System.Object GetObject ([System.Runtime.InteropServices.Optional] [System.ComponentModel.DefaultValue(null)] System.String PathName, [System.Runtime.InteropServices.Optional] [System.ComponentModel.DefaultValue(null)] System.String Class) { return null;}
37                 // Events
38         };
39 }