├── packages
├── System.ValueTuple.4.5.0
│ ├── lib
│ │ ├── MonoTouch10
│ │ │ └── _._
│ │ ├── xamarinios10
│ │ │ └── _._
│ │ ├── xamarinmac20
│ │ │ └── _._
│ │ ├── MonoAndroid10
│ │ │ └── _._
│ │ ├── netcoreapp2.0
│ │ │ └── _._
│ │ ├── netstandard2.0
│ │ │ └── _._
│ │ ├── uap10.0.16299
│ │ │ └── _._
│ │ ├── xamarintvos10
│ │ │ └── _._
│ │ ├── xamarinwatchos10
│ │ │ └── _._
│ │ ├── net461
│ │ │ └── System.ValueTuple.dll
│ │ ├── net47
│ │ │ ├── System.ValueTuple.dll
│ │ │ └── System.ValueTuple.xml
│ │ ├── netstandard1.0
│ │ │ └── System.ValueTuple.dll
│ │ └── portable-net40+sl4+win8+wp8
│ │ │ └── System.ValueTuple.dll
│ ├── ref
│ │ ├── MonoTouch10
│ │ │ └── _._
│ │ ├── xamarinios10
│ │ │ └── _._
│ │ ├── xamarinmac20
│ │ │ └── _._
│ │ ├── MonoAndroid10
│ │ │ └── _._
│ │ ├── netcoreapp2.0
│ │ │ └── _._
│ │ ├── netstandard2.0
│ │ │ └── _._
│ │ ├── uap10.0.16299
│ │ │ └── _._
│ │ ├── xamarintvos10
│ │ │ └── _._
│ │ ├── xamarinwatchos10
│ │ │ └── _._
│ │ ├── net461
│ │ │ └── System.ValueTuple.dll
│ │ ├── net47
│ │ │ └── System.ValueTuple.dll
│ │ └── portable-net40+sl4+win8+wp8
│ │ │ └── System.ValueTuple.dll
│ ├── useSharedDesignerContext.txt
│ ├── version.txt
│ ├── .signature.p7s
│ ├── System.ValueTuple.4.5.0.nupkg
│ └── LICENSE.TXT
├── System.Diagnostics.Process.4.3.0
│ ├── lib
│ │ ├── MonoAndroid10
│ │ │ └── _._
│ │ ├── MonoTouch10
│ │ │ └── _._
│ │ ├── xamarinios10
│ │ │ └── _._
│ │ ├── xamarinmac20
│ │ │ └── _._
│ │ ├── xamarintvos10
│ │ │ └── _._
│ │ ├── xamarinwatchos10
│ │ │ └── _._
│ │ ├── net46
│ │ │ └── System.Diagnostics.Process.dll
│ │ └── net461
│ │ │ └── System.Diagnostics.Process.dll
│ ├── ref
│ │ ├── MonoAndroid10
│ │ │ └── _._
│ │ ├── MonoTouch10
│ │ │ └── _._
│ │ ├── xamarinios10
│ │ │ └── _._
│ │ ├── xamarinmac20
│ │ │ └── _._
│ │ ├── xamarintvos10
│ │ │ └── _._
│ │ ├── xamarinwatchos10
│ │ │ └── _._
│ │ ├── net46
│ │ │ └── System.Diagnostics.Process.dll
│ │ ├── net461
│ │ │ └── System.Diagnostics.Process.dll
│ │ ├── netstandard1.3
│ │ │ └── System.Diagnostics.Process.dll
│ │ └── netstandard1.4
│ │ │ └── System.Diagnostics.Process.dll
│ ├── runtimes
│ │ ├── win7
│ │ │ └── lib
│ │ │ │ └── netcore50
│ │ │ │ └── _._
│ │ ├── win
│ │ │ └── lib
│ │ │ │ ├── net46
│ │ │ │ └── System.Diagnostics.Process.dll
│ │ │ │ ├── net461
│ │ │ │ └── System.Diagnostics.Process.dll
│ │ │ │ └── netstandard1.4
│ │ │ │ └── System.Diagnostics.Process.dll
│ │ ├── linux
│ │ │ └── lib
│ │ │ │ └── netstandard1.4
│ │ │ │ └── System.Diagnostics.Process.dll
│ │ └── osx
│ │ │ └── lib
│ │ │ └── netstandard1.4
│ │ │ └── System.Diagnostics.Process.dll
│ ├── .signature.p7s
│ ├── System.Diagnostics.Process.4.3.0.nupkg
│ └── ThirdPartyNotices.txt
└── Microsoft.Diagnostics.Runtime.1.0.2
│ ├── Microsoft.Diagnostics.Runtime.1.0.2.nupkg
│ └── lib
│ ├── net45
│ ├── Microsoft.Diagnostics.Runtime.dll
│ └── Microsoft.Diagnostics.Runtime.pdb
│ └── netstandard2.0
│ ├── Microsoft.Diagnostics.Runtime.dll
│ └── Microsoft.Diagnostics.Runtime.pdb
├── OSDiagTool
├── procdump64.exe
├── ICSharpCode.SharpZipLib.dll
├── Platform
│ ├── ConnectionList.cs
│ ├── ConfigFiles
│ │ ├── ConfigFileProperty.cs
│ │ ├── XmlReader.cs
│ │ ├── ConfigFileInfo.cs
│ │ └── ConfigFileReader.cs
│ ├── Integrity
│ │ └── IntegrityModel.cs
│ ├── LogExporter.cs
│ ├── OSServiceConfigFileParser.cs
│ ├── PlatformConnectionStringDefiner.cs
│ ├── PlatformUtils.cs
│ └── PlatformFilesHelper.cs
├── Database
│ ├── DatabaseType.cs
│ ├── DatabaseQueries
│ │ ├── OracleQueries.cs
│ │ └── DatabaseTroubleshoot.cs
│ └── DatabaseExporter
│ │ └── CSVExporter.cs
├── DBConnector
│ ├── IDatabaseCommand.cs
│ ├── ConnStringModel.cs
│ ├── IDBConnector.cs
│ ├── DBReader.cs
│ └── SqlCommandExecutor.cs
├── README.txt
├── OSDiagToolForm
│ ├── DataHelperClass.cs
│ ├── OsDiagFormConfModel.cs
│ ├── PopUpForm.cs
│ ├── PopUpForm.Designer.cs
│ └── PopUpForm.resx
├── OSDiagToolConf
│ ├── OSDiagToolHelper.cs
│ ├── ConfModel.cs
│ └── MetamodelTables.cs
├── OSDiagTool.csproj.user
├── packages.config
├── CmdLineCommand.cs
├── App.config
├── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ └── Resources.resx
├── Helpers
│ ├── CmdHelper.cs
│ ├── IISHelper.cs
│ ├── WindowsEventLogHelper.cs
│ └── FileSystemHelper.cs
├── Utils
│ ├── WinPerfCounters.cs
│ ├── WinUtils.cs
│ ├── CryptoUtils.cs
│ └── NetworkUtils.cs
├── FileLogger.cs
├── OSDGTool.exe.config
├── RegistryClass.cs
├── app1.manifest
├── app.manifest
├── ThreadDumpCollector.cs
├── OSDGTCmdLine.cs
├── Oracle.DataAccess.Common.Configuration.Section.xsd
├── Tests
│ └── Class1.cs
└── DBConnection.cs
├── OSDiagToolUnitTests
├── Oracle.ManagedDataAccess.dll
├── Microsoft.Diagnostics.Runtime.dll
├── Properties
│ └── AssemblyInfo.cs
├── App.config
├── packages.config
└── app.manifest
├── LICENSE
├── OSDiagTool.sln
└── .gitignore
/packages/System.ValueTuple.4.5.0/lib/MonoTouch10/_._:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/System.ValueTuple.4.5.0/lib/xamarinios10/_._:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/System.ValueTuple.4.5.0/lib/xamarinmac20/_._:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/System.ValueTuple.4.5.0/ref/MonoTouch10/_._:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/System.ValueTuple.4.5.0/ref/xamarinios10/_._:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/System.ValueTuple.4.5.0/ref/xamarinmac20/_._:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/System.ValueTuple.4.5.0/lib/MonoAndroid10/_._:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/System.ValueTuple.4.5.0/lib/netcoreapp2.0/_._:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/System.ValueTuple.4.5.0/lib/netstandard2.0/_._:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/System.ValueTuple.4.5.0/lib/uap10.0.16299/_._:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/System.ValueTuple.4.5.0/lib/xamarintvos10/_._:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/System.ValueTuple.4.5.0/lib/xamarinwatchos10/_._:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/System.ValueTuple.4.5.0/ref/MonoAndroid10/_._:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/System.ValueTuple.4.5.0/ref/netcoreapp2.0/_._:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/System.ValueTuple.4.5.0/ref/netstandard2.0/_._:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/System.ValueTuple.4.5.0/ref/uap10.0.16299/_._:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/System.ValueTuple.4.5.0/ref/xamarintvos10/_._:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/System.ValueTuple.4.5.0/ref/xamarinwatchos10/_._:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/System.Diagnostics.Process.4.3.0/lib/MonoAndroid10/_._:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/System.Diagnostics.Process.4.3.0/lib/MonoTouch10/_._:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/System.Diagnostics.Process.4.3.0/lib/xamarinios10/_._:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/System.Diagnostics.Process.4.3.0/lib/xamarinmac20/_._:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/System.Diagnostics.Process.4.3.0/lib/xamarintvos10/_._:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/System.Diagnostics.Process.4.3.0/ref/MonoAndroid10/_._:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/System.Diagnostics.Process.4.3.0/ref/MonoTouch10/_._:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/System.Diagnostics.Process.4.3.0/ref/xamarinios10/_._:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/System.Diagnostics.Process.4.3.0/ref/xamarinmac20/_._:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/System.Diagnostics.Process.4.3.0/ref/xamarintvos10/_._:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/System.ValueTuple.4.5.0/useSharedDesignerContext.txt:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/System.Diagnostics.Process.4.3.0/lib/xamarinwatchos10/_._:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/System.Diagnostics.Process.4.3.0/ref/xamarinwatchos10/_._:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/System.Diagnostics.Process.4.3.0/runtimes/win7/lib/netcore50/_._:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/packages/System.ValueTuple.4.5.0/version.txt:
--------------------------------------------------------------------------------
1 | 30ab651fcb4354552bd4891619a0bdd81e0ebdbf
2 |
--------------------------------------------------------------------------------
/OSDiagTool/procdump64.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OutSystems/techsupp-osdiagtool/HEAD/OSDiagTool/procdump64.exe
--------------------------------------------------------------------------------
/OSDiagTool/ICSharpCode.SharpZipLib.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OutSystems/techsupp-osdiagtool/HEAD/OSDiagTool/ICSharpCode.SharpZipLib.dll
--------------------------------------------------------------------------------
/OSDiagToolUnitTests/Oracle.ManagedDataAccess.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OutSystems/techsupp-osdiagtool/HEAD/OSDiagToolUnitTests/Oracle.ManagedDataAccess.dll
--------------------------------------------------------------------------------
/packages/System.ValueTuple.4.5.0/.signature.p7s:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OutSystems/techsupp-osdiagtool/HEAD/packages/System.ValueTuple.4.5.0/.signature.p7s
--------------------------------------------------------------------------------
/OSDiagToolUnitTests/Microsoft.Diagnostics.Runtime.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OutSystems/techsupp-osdiagtool/HEAD/OSDiagToolUnitTests/Microsoft.Diagnostics.Runtime.dll
--------------------------------------------------------------------------------
/packages/System.Diagnostics.Process.4.3.0/.signature.p7s:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OutSystems/techsupp-osdiagtool/HEAD/packages/System.Diagnostics.Process.4.3.0/.signature.p7s
--------------------------------------------------------------------------------
/packages/System.ValueTuple.4.5.0/System.ValueTuple.4.5.0.nupkg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OutSystems/techsupp-osdiagtool/HEAD/packages/System.ValueTuple.4.5.0/System.ValueTuple.4.5.0.nupkg
--------------------------------------------------------------------------------
/packages/System.ValueTuple.4.5.0/lib/net461/System.ValueTuple.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OutSystems/techsupp-osdiagtool/HEAD/packages/System.ValueTuple.4.5.0/lib/net461/System.ValueTuple.dll
--------------------------------------------------------------------------------
/packages/System.ValueTuple.4.5.0/lib/net47/System.ValueTuple.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OutSystems/techsupp-osdiagtool/HEAD/packages/System.ValueTuple.4.5.0/lib/net47/System.ValueTuple.dll
--------------------------------------------------------------------------------
/packages/System.ValueTuple.4.5.0/ref/net461/System.ValueTuple.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OutSystems/techsupp-osdiagtool/HEAD/packages/System.ValueTuple.4.5.0/ref/net461/System.ValueTuple.dll
--------------------------------------------------------------------------------
/packages/System.ValueTuple.4.5.0/ref/net47/System.ValueTuple.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OutSystems/techsupp-osdiagtool/HEAD/packages/System.ValueTuple.4.5.0/ref/net47/System.ValueTuple.dll
--------------------------------------------------------------------------------
/packages/System.ValueTuple.4.5.0/lib/netstandard1.0/System.ValueTuple.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OutSystems/techsupp-osdiagtool/HEAD/packages/System.ValueTuple.4.5.0/lib/netstandard1.0/System.ValueTuple.dll
--------------------------------------------------------------------------------
/packages/System.Diagnostics.Process.4.3.0/System.Diagnostics.Process.4.3.0.nupkg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OutSystems/techsupp-osdiagtool/HEAD/packages/System.Diagnostics.Process.4.3.0/System.Diagnostics.Process.4.3.0.nupkg
--------------------------------------------------------------------------------
/packages/System.Diagnostics.Process.4.3.0/lib/net46/System.Diagnostics.Process.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OutSystems/techsupp-osdiagtool/HEAD/packages/System.Diagnostics.Process.4.3.0/lib/net46/System.Diagnostics.Process.dll
--------------------------------------------------------------------------------
/packages/System.Diagnostics.Process.4.3.0/lib/net461/System.Diagnostics.Process.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OutSystems/techsupp-osdiagtool/HEAD/packages/System.Diagnostics.Process.4.3.0/lib/net461/System.Diagnostics.Process.dll
--------------------------------------------------------------------------------
/packages/System.Diagnostics.Process.4.3.0/ref/net46/System.Diagnostics.Process.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OutSystems/techsupp-osdiagtool/HEAD/packages/System.Diagnostics.Process.4.3.0/ref/net46/System.Diagnostics.Process.dll
--------------------------------------------------------------------------------
/packages/System.Diagnostics.Process.4.3.0/ref/net461/System.Diagnostics.Process.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OutSystems/techsupp-osdiagtool/HEAD/packages/System.Diagnostics.Process.4.3.0/ref/net461/System.Diagnostics.Process.dll
--------------------------------------------------------------------------------
/packages/System.ValueTuple.4.5.0/lib/net47/System.ValueTuple.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | System.ValueTuple
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/packages/Microsoft.Diagnostics.Runtime.1.0.2/Microsoft.Diagnostics.Runtime.1.0.2.nupkg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OutSystems/techsupp-osdiagtool/HEAD/packages/Microsoft.Diagnostics.Runtime.1.0.2/Microsoft.Diagnostics.Runtime.1.0.2.nupkg
--------------------------------------------------------------------------------
/packages/System.ValueTuple.4.5.0/lib/portable-net40+sl4+win8+wp8/System.ValueTuple.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OutSystems/techsupp-osdiagtool/HEAD/packages/System.ValueTuple.4.5.0/lib/portable-net40+sl4+win8+wp8/System.ValueTuple.dll
--------------------------------------------------------------------------------
/packages/System.ValueTuple.4.5.0/ref/portable-net40+sl4+win8+wp8/System.ValueTuple.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OutSystems/techsupp-osdiagtool/HEAD/packages/System.ValueTuple.4.5.0/ref/portable-net40+sl4+win8+wp8/System.ValueTuple.dll
--------------------------------------------------------------------------------
/packages/Microsoft.Diagnostics.Runtime.1.0.2/lib/net45/Microsoft.Diagnostics.Runtime.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OutSystems/techsupp-osdiagtool/HEAD/packages/Microsoft.Diagnostics.Runtime.1.0.2/lib/net45/Microsoft.Diagnostics.Runtime.dll
--------------------------------------------------------------------------------
/packages/Microsoft.Diagnostics.Runtime.1.0.2/lib/net45/Microsoft.Diagnostics.Runtime.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OutSystems/techsupp-osdiagtool/HEAD/packages/Microsoft.Diagnostics.Runtime.1.0.2/lib/net45/Microsoft.Diagnostics.Runtime.pdb
--------------------------------------------------------------------------------
/packages/System.Diagnostics.Process.4.3.0/ref/netstandard1.3/System.Diagnostics.Process.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OutSystems/techsupp-osdiagtool/HEAD/packages/System.Diagnostics.Process.4.3.0/ref/netstandard1.3/System.Diagnostics.Process.dll
--------------------------------------------------------------------------------
/packages/System.Diagnostics.Process.4.3.0/ref/netstandard1.4/System.Diagnostics.Process.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OutSystems/techsupp-osdiagtool/HEAD/packages/System.Diagnostics.Process.4.3.0/ref/netstandard1.4/System.Diagnostics.Process.dll
--------------------------------------------------------------------------------
/packages/System.Diagnostics.Process.4.3.0/runtimes/win/lib/net46/System.Diagnostics.Process.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OutSystems/techsupp-osdiagtool/HEAD/packages/System.Diagnostics.Process.4.3.0/runtimes/win/lib/net46/System.Diagnostics.Process.dll
--------------------------------------------------------------------------------
/packages/System.Diagnostics.Process.4.3.0/runtimes/win/lib/net461/System.Diagnostics.Process.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OutSystems/techsupp-osdiagtool/HEAD/packages/System.Diagnostics.Process.4.3.0/runtimes/win/lib/net461/System.Diagnostics.Process.dll
--------------------------------------------------------------------------------
/packages/Microsoft.Diagnostics.Runtime.1.0.2/lib/netstandard2.0/Microsoft.Diagnostics.Runtime.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OutSystems/techsupp-osdiagtool/HEAD/packages/Microsoft.Diagnostics.Runtime.1.0.2/lib/netstandard2.0/Microsoft.Diagnostics.Runtime.dll
--------------------------------------------------------------------------------
/packages/Microsoft.Diagnostics.Runtime.1.0.2/lib/netstandard2.0/Microsoft.Diagnostics.Runtime.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OutSystems/techsupp-osdiagtool/HEAD/packages/Microsoft.Diagnostics.Runtime.1.0.2/lib/netstandard2.0/Microsoft.Diagnostics.Runtime.pdb
--------------------------------------------------------------------------------
/packages/System.Diagnostics.Process.4.3.0/runtimes/linux/lib/netstandard1.4/System.Diagnostics.Process.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OutSystems/techsupp-osdiagtool/HEAD/packages/System.Diagnostics.Process.4.3.0/runtimes/linux/lib/netstandard1.4/System.Diagnostics.Process.dll
--------------------------------------------------------------------------------
/packages/System.Diagnostics.Process.4.3.0/runtimes/osx/lib/netstandard1.4/System.Diagnostics.Process.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OutSystems/techsupp-osdiagtool/HEAD/packages/System.Diagnostics.Process.4.3.0/runtimes/osx/lib/netstandard1.4/System.Diagnostics.Process.dll
--------------------------------------------------------------------------------
/packages/System.Diagnostics.Process.4.3.0/runtimes/win/lib/netstandard1.4/System.Diagnostics.Process.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/OutSystems/techsupp-osdiagtool/HEAD/packages/System.Diagnostics.Process.4.3.0/runtimes/win/lib/netstandard1.4/System.Diagnostics.Process.dll
--------------------------------------------------------------------------------
/OSDiagTool/Platform/ConnectionList.cs:
--------------------------------------------------------------------------------
1 | using System.Collections.Generic;
2 |
3 | namespace OSDiagTool.Platform
4 | {
5 | public class ConnectionList
6 | {
7 | public string Name { get; set; }
8 | public string Hostname { get; set; }
9 | public List Ports { get; set; }
10 | }
11 | }
12 |
--------------------------------------------------------------------------------
/OSDiagTool/Database/DatabaseType.cs:
--------------------------------------------------------------------------------
1 |
2 | namespace OSDiagTool.Database
3 | {
4 | public enum DatabaseType
5 | {
6 | Oracle,
7 | SqlServer
8 | }
9 | class DatabaseTypeClass
10 | {
11 | private DatabaseType dbEngine;
12 |
13 | public DatabaseType DbEngine
14 | {
15 | get { return dbEngine; }
16 | set
17 | {
18 | dbEngine = value;
19 | }
20 | }
21 | }
22 | }
23 |
--------------------------------------------------------------------------------
/OSDiagTool/DBConnector/IDatabaseCommand.cs:
--------------------------------------------------------------------------------
1 | using System.Collections.Generic;
2 | using System.Data.SqlClient;
3 | using Oracle.ManagedDataAccess.Client;
4 |
5 | namespace OSDiagTool.DBConnector
6 | {
7 | public interface IDatabaseCommand
8 | {
9 | void Execute(string query, OSDiagToolConf.ConfModel.strConfModel configurations, SqlConnection sqlConnection = null, OracleConnection oracleConnection = null);
10 | IEnumerable