在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → OPC UA客户端测试工具 有源码

OPC UA客户端测试工具 有源码

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:106.03M
  • 下载次数:59
  • 浏览次数:685
  • 发布时间:2023-05-24
  • 实例类别:C#语言基础
  • 发 布 人:李钊闻
  • 文件格式:.zip
  • 所需积分:5
 相关标签: OPC UA 客户端 opc 有源码 测试

实例介绍

【实例简介】OPC UA客户端测试工具

【实例截图】

from clipboardfrom clipboard

【核心代码】

.
├── OPC UA客户端测试工具 有源码 .zip
└── OpcUaHelper-master
    ├── Imgs
    │   ├── Monitor.png
    │   └── support.png
    ├── LICENSE
    ├── OpcUaHelper
    │   ├── ClientUtils.cs
    │   ├── ExceptionDlg.cs
    │   ├── ExceptionDlg.designer.cs
    │   ├── ExceptionDlg.resx
    │   ├── FilterDeclaration.cs
    │   ├── FormUtils.cs
    │   ├── Forms
    │   │   ├── DiscoverServerDlg.cs
    │   │   ├── DiscoverServerDlg.designer.cs
    │   │   ├── DiscoverServerDlg.resx
    │   │   ├── FormBrowseServer.cs
    │   │   ├── FormBrowseServer.designer.cs
    │   │   ├── FormBrowseServer.resx
    │   │   ├── FormConnectSelect.Designer.cs
    │   │   ├── FormConnectSelect.cs
    │   │   ├── FormConnectSelect.resx
    │   │   └── TreeViewEx.cs
    │   ├── OpcUaClient.cs
    │   ├── OpcUaHelper.csproj
    │   ├── OpcUaStatusEventArgs.cs
    │   ├── Properties
    │   │   ├── AssemblyInfo.cs
    │   │   ├── Resources.Designer.cs
    │   │   └── Resources.resx
    │   ├── app.config
    │   ├── bin
    │   │   └── Debug
    │   │       ├── BouncyCastle.Crypto.dll
    │   │       ├── BouncyCastle.Crypto.xml
    │   │       ├── Microsoft.AspNetCore.Hosting.Abstractions.dll
    │   │       ├── Microsoft.AspNetCore.Hosting.Abstractions.xml
    │   │       ├── Microsoft.AspNetCore.Hosting.Server.Abstractions.dll
    │   │       ├── Microsoft.AspNetCore.Hosting.Server.Abstractions.xml
    │   │       ├── Microsoft.AspNetCore.Hosting.dll
    │   │       ├── Microsoft.AspNetCore.Hosting.xml
    │   │       ├── Microsoft.AspNetCore.Http.Abstractions.dll
    │   │       ├── Microsoft.AspNetCore.Http.Abstractions.xml
    │   │       ├── Microsoft.AspNetCore.Http.Extensions.dll
    │   │       ├── Microsoft.AspNetCore.Http.Extensions.xml
    │   │       ├── Microsoft.AspNetCore.Http.Features.dll
    │   │       ├── Microsoft.AspNetCore.Http.Features.xml
    │   │       ├── Microsoft.AspNetCore.Http.dll
    │   │       ├── Microsoft.AspNetCore.Http.xml
    │   │       ├── Microsoft.AspNetCore.Server.Kestrel.Https.dll
    │   │       ├── Microsoft.AspNetCore.Server.Kestrel.Https.xml
    │   │       ├── Microsoft.AspNetCore.Server.Kestrel.dll
    │   │       ├── Microsoft.AspNetCore.Server.Kestrel.xml
    │   │       ├── Microsoft.AspNetCore.WebUtilities.dll
    │   │       ├── Microsoft.AspNetCore.WebUtilities.xml
    │   │       ├── Microsoft.Extensions.Configuration.Abstractions.dll
    │   │       ├── Microsoft.Extensions.Configuration.Abstractions.xml
    │   │       ├── Microsoft.Extensions.Configuration.EnvironmentVariables.dll
    │   │       ├── Microsoft.Extensions.Configuration.EnvironmentVariables.xml
    │   │       ├── Microsoft.Extensions.Configuration.dll
    │   │       ├── Microsoft.Extensions.Configuration.xml
    │   │       ├── Microsoft.Extensions.DependencyInjection.Abstractions.dll
    │   │       ├── Microsoft.Extensions.DependencyInjection.Abstractions.xml
    │   │       ├── Microsoft.Extensions.DependencyInjection.dll
    │   │       ├── Microsoft.Extensions.DependencyInjection.xml
    │   │       ├── Microsoft.Extensions.FileProviders.Abstractions.dll
    │   │       ├── Microsoft.Extensions.FileProviders.Abstractions.xml
    │   │       ├── Microsoft.Extensions.FileProviders.Physical.dll
    │   │       ├── Microsoft.Extensions.FileProviders.Physical.xml
    │   │       ├── Microsoft.Extensions.FileSystemGlobbing.dll
    │   │       ├── Microsoft.Extensions.FileSystemGlobbing.xml
    │   │       ├── Microsoft.Extensions.Logging.Abstractions.dll
    │   │       ├── Microsoft.Extensions.Logging.Abstractions.xml
    │   │       ├── Microsoft.Extensions.Logging.dll
    │   │       ├── Microsoft.Extensions.Logging.xml
    │   │       ├── Microsoft.Extensions.ObjectPool.dll
    │   │       ├── Microsoft.Extensions.ObjectPool.xml
    │   │       ├── Microsoft.Extensions.Options.dll
    │   │       ├── Microsoft.Extensions.Options.xml
    │   │       ├── Microsoft.Extensions.PlatformAbstractions.dll
    │   │       ├── Microsoft.Extensions.PlatformAbstractions.xml
    │   │       ├── Microsoft.Extensions.Primitives.dll
    │   │       ├── Microsoft.Extensions.Primitives.xml
    │   │       ├── Microsoft.Net.Http.Headers.dll
    │   │       ├── Microsoft.Net.Http.Headers.xml
    │   │       ├── Microsoft.Win32.Primitives.dll
    │   │       ├── Newtonsoft.Json.dll
    │   │       ├── Newtonsoft.Json.xml
    │   │       ├── Opc.Ua.Client.dll
    │   │       ├── Opc.Ua.Configuration.dll
    │   │       ├── Opc.Ua.Core.dll
    │   │       ├── Opc.Ua.Gds.Client.Common.dll
    │   │       ├── Opc.Ua.Gds.Server.Common.dll
    │   │       ├── Opc.Ua.Server.dll
    │   │       ├── OpcUaHelper.dll
    │   │       ├── OpcUaHelper.dll.config
    │   │       ├── OpcUaHelper.pdb
    │   │       ├── OpcUaHelper.xml
    │   │       ├── System.AppContext.dll
    │   │       ├── System.Buffers.dll
    │   │       ├── System.Collections.Immutable.dll
    │   │       ├── System.Collections.Immutable.xml
    │   │       ├── System.Console.dll
    │   │       ├── System.Diagnostics.DiagnosticSource.dll
    │   │       ├── System.Diagnostics.DiagnosticSource.xml
    │   │       ├── System.Globalization.Calendars.dll
    │   │       ├── System.IO.Compression.ZipFile.dll
    │   │       ├── System.IO.Compression.dll
    │   │       ├── System.IO.FileSystem.Primitives.dll
    │   │       ├── System.IO.FileSystem.dll
    │   │       ├── System.Net.Http.dll
    │   │       ├── System.Net.Sockets.dll
    │   │       ├── System.Numerics.Vectors.dll
    │   │       ├── System.Numerics.Vectors.xml
    │   │       ├── System.Reflection.Metadata.dll
    │   │       ├── System.Reflection.Metadata.xml
    │   │       ├── System.Runtime.CompilerServices.Unsafe.dll
    │   │       ├── System.Runtime.CompilerServices.Unsafe.xml
    │   │       ├── System.Runtime.InteropServices.RuntimeInformation.dll
    │   │       ├── System.Security.Cryptography.Algorithms.dll
    │   │       ├── System.Security.Cryptography.Encoding.dll
    │   │       ├── System.Security.Cryptography.Primitives.dll
    │   │       ├── System.Security.Cryptography.X509Certificates.dll
    │   │       ├── System.Text.Encodings.Web.dll
    │   │       ├── System.Text.Encodings.Web.xml
    │   │       ├── System.Threading.Tasks.Extensions.dll
    │   │       ├── System.Threading.Tasks.Extensions.xml
    │   │       └── System.Xml.ReaderWriter.dll
    │   ├── img
    │   │   ├── Activity_16xLG.png
    │   │   ├── ClassIcon.ico
    │   │   ├── ClassIcon.png
    │   │   ├── Class_489.png
    │   │   ├── Cloud_16xLG.png
    │   │   ├── Copy_6524.png
    │   │   ├── Delegate_8339.png
    │   │   ├── Enum_582.png
    │   │   ├── Event_594.png
    │   │   ├── Event_594_exp.png
    │   │   ├── ListView_687.png
    │   │   ├── Method_636.png
    │   │   ├── Module_648.png
    │   │   ├── RegistryEditor_5838.ico
    │   │   ├── SingleMessage_5727.ico
    │   │   ├── Structure_507.png
    │   │   ├── Table_748.png
    │   │   ├── Tag_7213.png
    │   │   ├── UserInterfaceEditor_5845.ico
    │   │   ├── VirtualMachine.png
    │   │   ├── WindowsForm_817.ico
    │   │   ├── brackets_Square_16xMD.png
    │   │   ├── docview_xaml_on_16x16.png
    │   │   ├── glasses_16xLG.png
    │   │   ├── grid_Data_16xLG.png
    │   │   ├── lightningBolt_16xLG.png
    │   │   ├── loading.gif
    │   │   └── usbcontroller.png
    │   ├── obj
    │   │   └── Debug
    │   │       ├── DesignTimeResolveAssemblyReferences.cache
    │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
    │   │       ├── OpcUaHelper.ExceptionDlg.resources
    │   │       ├── OpcUaHelper.Forms.DiscoverServerDlg.resources
    │   │       ├── OpcUaHelper.Forms.FormBrowseServer.resources
    │   │       ├── OpcUaHelper.Forms.FormConnectSelect.resources
    │   │       ├── OpcUaHelper.Properties.Resources.resources
    │   │       ├── OpcUaHelper.csproj.AssemblyReference.cache
    │   │       ├── OpcUaHelper.csproj.CopyComplete
    │   │       ├── OpcUaHelper.csproj.CoreCompileInputs.cache
    │   │       ├── OpcUaHelper.csproj.FileListAbsolute.txt
    │   │       ├── OpcUaHelper.csproj.GenerateResource.cache
    │   │       ├── OpcUaHelper.dll
    │   │       ├── OpcUaHelper.pdb
    │   │       └── TempPE
    │   └── packages.config
    ├── OpcUaHelper.Demo
    │   ├── App.config
    │   ├── Form1.Designer.cs
    │   ├── Form1.cs
    │   ├── Form1.resx
    │   ├── OpcUaHelper.Demo.csproj
    │   ├── Program.cs
    │   ├── Properties
    │   │   ├── AssemblyInfo.cs
    │   │   ├── Resources.Designer.cs
    │   │   ├── Resources.resx
    │   │   ├── Settings.Designer.cs
    │   │   └── Settings.settings
    │   ├── SampleUse.cs
    │   ├── bin
    │   │   └── Debug
    │   │       ├── BouncyCastle.Crypto.dll
    │   │       ├── BouncyCastle.Crypto.xml
    │   │       ├── Microsoft.AspNetCore.Hosting.Abstractions.dll
    │   │       ├── Microsoft.AspNetCore.Hosting.Abstractions.xml
    │   │       ├── Microsoft.AspNetCore.Hosting.Server.Abstractions.dll
    │   │       ├── Microsoft.AspNetCore.Hosting.Server.Abstractions.xml
    │   │       ├── Microsoft.AspNetCore.Hosting.dll
    │   │       ├── Microsoft.AspNetCore.Hosting.xml
    │   │       ├── Microsoft.AspNetCore.Http.Abstractions.dll
    │   │       ├── Microsoft.AspNetCore.Http.Abstractions.xml
    │   │       ├── Microsoft.AspNetCore.Http.Extensions.dll
    │   │       ├── Microsoft.AspNetCore.Http.Extensions.xml
    │   │       ├── Microsoft.AspNetCore.Http.Features.dll
    │   │       ├── Microsoft.AspNetCore.Http.Features.xml
    │   │       ├── Microsoft.AspNetCore.Http.dll
    │   │       ├── Microsoft.AspNetCore.Http.xml
    │   │       ├── Microsoft.AspNetCore.Server.Kestrel.Https.dll
    │   │       ├── Microsoft.AspNetCore.Server.Kestrel.Https.xml
    │   │       ├── Microsoft.AspNetCore.Server.Kestrel.dll
    │   │       ├── Microsoft.AspNetCore.Server.Kestrel.xml
    │   │       ├── Microsoft.AspNetCore.WebUtilities.dll
    │   │       ├── Microsoft.AspNetCore.WebUtilities.xml
    │   │       ├── Microsoft.Extensions.Configuration.Abstractions.dll
    │   │       ├── Microsoft.Extensions.Configuration.Abstractions.xml
    │   │       ├── Microsoft.Extensions.Configuration.EnvironmentVariables.dll
    │   │       ├── Microsoft.Extensions.Configuration.EnvironmentVariables.xml
    │   │       ├── Microsoft.Extensions.Configuration.dll
    │   │       ├── Microsoft.Extensions.Configuration.xml
    │   │       ├── Microsoft.Extensions.DependencyInjection.Abstractions.dll
    │   │       ├── Microsoft.Extensions.DependencyInjection.Abstractions.xml
    │   │       ├── Microsoft.Extensions.DependencyInjection.dll
    │   │       ├── Microsoft.Extensions.DependencyInjection.xml
    │   │       ├── Microsoft.Extensions.FileProviders.Abstractions.dll
    │   │       ├── Microsoft.Extensions.FileProviders.Abstractions.xml
    │   │       ├── Microsoft.Extensions.FileProviders.Physical.dll
    │   │       ├── Microsoft.Extensions.FileProviders.Physical.xml
    │   │       ├── Microsoft.Extensions.FileSystemGlobbing.dll
    │   │       ├── Microsoft.Extensions.FileSystemGlobbing.xml
    │   │       ├── Microsoft.Extensions.Logging.Abstractions.dll
    │   │       ├── Microsoft.Extensions.Logging.Abstractions.xml
    │   │       ├── Microsoft.Extensions.Logging.dll
    │   │       ├── Microsoft.Extensions.Logging.xml
    │   │       ├── Microsoft.Extensions.ObjectPool.dll
    │   │       ├── Microsoft.Extensions.ObjectPool.xml
    │   │       ├── Microsoft.Extensions.Options.dll
    │   │       ├── Microsoft.Extensions.Options.xml
    │   │       ├── Microsoft.Extensions.PlatformAbstractions.dll
    │   │       ├── Microsoft.Extensions.PlatformAbstractions.xml
    │   │       ├── Microsoft.Extensions.Primitives.dll
    │   │       ├── Microsoft.Extensions.Primitives.xml
    │   │       ├── Microsoft.Net.Http.Headers.dll
    │   │       ├── Microsoft.Net.Http.Headers.xml
    │   │       ├── Microsoft.Win32.Primitives.dll
    │   │       ├── Newtonsoft.Json.dll
    │   │       ├── Newtonsoft.Json.xml
    │   │       ├── Opc.Ua.Client.dll
    │   │       ├── Opc.Ua.Configuration.dll
    │   │       ├── Opc.Ua.Core.dll
    │   │       ├── Opc.Ua.Gds.Client.Common.dll
    │   │       ├── Opc.Ua.Gds.Server.Common.dll
    │   │       ├── Opc.Ua.Server.dll
    │   │       ├── OpcUaHelper.Demo.exe
    │   │       ├── OpcUaHelper.Demo.exe.config
    │   │       ├── OpcUaHelper.Demo.pdb
    │   │       ├── OpcUaHelper.dll
    │   │       ├── OpcUaHelper.dll.config
    │   │       ├── OpcUaHelper.pdb
    │   │       ├── OpcUaHelper.xml
    │   │       ├── System.AppContext.dll
    │   │       ├── System.Buffers.dll
    │   │       ├── System.Collections.Immutable.dll
    │   │       ├── System.Collections.Immutable.xml
    │   │       ├── System.Console.dll
    │   │       ├── System.Diagnostics.DiagnosticSource.dll
    │   │       ├── System.Diagnostics.DiagnosticSource.xml
    │   │       ├── System.Globalization.Calendars.dll
    │   │       ├── System.IO.Compression.ZipFile.dll
    │   │       ├── System.IO.Compression.dll
    │   │       ├── System.IO.FileSystem.Primitives.dll
    │   │       ├── System.IO.FileSystem.dll
    │   │       ├── System.Net.Http.dll
    │   │       ├── System.Net.Sockets.dll
    │   │       ├── System.Numerics.Vectors.dll
    │   │       ├── System.Numerics.Vectors.xml
    │   │       ├── System.Reflection.Metadata.dll
    │   │       ├── System.Reflection.Metadata.xml
    │   │       ├── System.Runtime.CompilerServices.Unsafe.dll
    │   │       ├── System.Runtime.CompilerServices.Unsafe.xml
    │   │       ├── System.Runtime.InteropServices.RuntimeInformation.dll
    │   │       ├── System.Security.Cryptography.Algorithms.dll
    │   │       ├── System.Security.Cryptography.Encoding.dll
    │   │       ├── System.Security.Cryptography.Primitives.dll
    │   │       ├── System.Security.Cryptography.X509Certificates.dll
    │   │       ├── System.Text.Encodings.Web.dll
    │   │       ├── System.Text.Encodings.Web.xml
    │   │       ├── System.Threading.Tasks.Extensions.dll
    │   │       ├── System.Threading.Tasks.Extensions.xml
    │   │       └── System.Xml.ReaderWriter.dll
    │   ├── obj
    │   │   └── Debug
    │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
    │   │       ├── OpcUaHelper.Demo.Form1.resources
    │   │       ├── OpcUaHelper.Demo.Properties.Resources.resources
    │   │       ├── OpcUaHelper.Demo.csproj.AssemblyReference.cache
    │   │       ├── OpcUaHelper.Demo.csproj.CopyComplete
    │   │       ├── OpcUaHelper.Demo.csproj.CoreCompileInputs.cache
    │   │       ├── OpcUaHelper.Demo.csproj.FileListAbsolute.txt
    │   │       ├── OpcUaHelper.Demo.csproj.GenerateResource.cache
    │   │       ├── OpcUaHelper.Demo.exe
    │   │       ├── OpcUaHelper.Demo.pdb
    │   │       └── TempPE
    │   └── packages.config
    ├── OpcUaHelper.NetCoreDemo
    │   ├── OpcUaHelper.NetCoreDemo.csproj
    │   ├── Program.cs
    │   ├── Properties
    │   │   └── PublishProfiles
    │   │       └── FolderProfile.pubxml
    │   ├── bin
    │   │   └── Debug
    │   │       └── netcoreapp2.1
    │   └── obj
    │       ├── Debug
    │       │   └── netcoreapp2.1
    │       ├── OpcUaHelper.NetCoreDemo.csproj.nuget.dgspec.json
    │       ├── OpcUaHelper.NetCoreDemo.csproj.nuget.g.props
    │       ├── OpcUaHelper.NetCoreDemo.csproj.nuget.g.targets
    │       ├── project.assets.json
    │       └── project.nuget.cache
    ├── OpcUaHelper.Standard
    │   ├── OpcUaHelper.Standard.csproj
    │   ├── Properties
    │   │   └── PublishProfiles
    │   │       └── FolderProfile.pubxml
    │   ├── bin
    │   │   └── Debug
    │   │       └── netstandard2.0
    │   └── obj
    │       ├── Debug
    │       │   └── netstandard2.0
    │       ├── OpcUaHelper.Standard.csproj.nuget.dgspec.json
    │       ├── OpcUaHelper.Standard.csproj.nuget.g.props
    │       ├── OpcUaHelper.Standard.csproj.nuget.g.targets
    │       ├── project.assets.json
    │       └── project.nuget.cache
    ├── OpcUaHelper.Tool
    │   ├── App.config
    │   ├── BrowseTreeCtrl.cs
    │   ├── Browser.cs
    │   ├── OpcUaHelper.Tool.csproj
    │   ├── Program.cs
    │   ├── Properties
    │   │   ├── AssemblyInfo.cs
    │   │   ├── Resources.Designer.cs
    │   │   ├── Resources.resx
    │   │   ├── Settings.Designer.cs
    │   │   └── Settings.settings
    │   ├── bin
    │   │   └── Debug
    │   │       ├── BouncyCastle.Crypto.dll
    │   │       ├── BouncyCastle.Crypto.xml
    │   │       ├── Microsoft.AspNetCore.Hosting.Abstractions.dll
    │   │       ├── Microsoft.AspNetCore.Hosting.Abstractions.xml
    │   │       ├── Microsoft.AspNetCore.Hosting.Server.Abstractions.dll
    │   │       ├── Microsoft.AspNetCore.Hosting.Server.Abstractions.xml
    │   │       ├── Microsoft.AspNetCore.Hosting.dll
    │   │       ├── Microsoft.AspNetCore.Hosting.xml
    │   │       ├── Microsoft.AspNetCore.Http.Abstractions.dll
    │   │       ├── Microsoft.AspNetCore.Http.Abstractions.xml
    │   │       ├── Microsoft.AspNetCore.Http.Features.dll
    │   │       ├── Microsoft.AspNetCore.Http.Features.xml
    │   │       ├── Microsoft.AspNetCore.Http.dll
    │   │       ├── Microsoft.AspNetCore.Http.xml
    │   │       ├── Microsoft.AspNetCore.Server.Kestrel.Https.dll
    │   │       ├── Microsoft.AspNetCore.Server.Kestrel.Https.xml
    │   │       ├── Microsoft.AspNetCore.Server.Kestrel.dll
    │   │       ├── Microsoft.AspNetCore.Server.Kestrel.xml
    │   │       ├── Microsoft.AspNetCore.WebUtilities.dll
    │   │       ├── Microsoft.AspNetCore.WebUtilities.xml
    │   │       ├── Microsoft.Extensions.Configuration.Abstractions.dll
    │   │       ├── Microsoft.Extensions.Configuration.Abstractions.xml
    │   │       ├── Microsoft.Extensions.Configuration.EnvironmentVariables.dll
    │   │       ├── Microsoft.Extensions.Configuration.EnvironmentVariables.xml
    │   │       ├── Microsoft.Extensions.Configuration.dll
    │   │       ├── Microsoft.Extensions.Configuration.xml
    │   │       ├── Microsoft.Extensions.DependencyInjection.Abstractions.dll
    │   │       ├── Microsoft.Extensions.DependencyInjection.Abstractions.xml
    │   │       ├── Microsoft.Extensions.DependencyInjection.dll
    │   │       ├── Microsoft.Extensions.DependencyInjection.xml
    │   │       ├── Microsoft.Extensions.FileProviders.Abstractions.dll
    │   │       ├── Microsoft.Extensions.FileProviders.Abstractions.xml
    │   │       ├── Microsoft.Extensions.FileProviders.Physical.dll
    │   │       ├── Microsoft.Extensions.FileProviders.Physical.xml
    │   │       ├── Microsoft.Extensions.FileSystemGlobbing.dll
    │   │       ├── Microsoft.Extensions.FileSystemGlobbing.xml
    │   │       ├── Microsoft.Extensions.Logging.Abstractions.dll
    │   │       ├── Microsoft.Extensions.Logging.Abstractions.xml
    │   │       ├── Microsoft.Extensions.Logging.dll
    │   │       ├── Microsoft.Extensions.Logging.xml
    │   │       ├── Microsoft.Extensions.ObjectPool.dll
    │   │       ├── Microsoft.Extensions.ObjectPool.xml
    │   │       ├── Microsoft.Extensions.Options.dll
    │   │       ├── Microsoft.Extensions.Options.xml
    │   │       ├── Microsoft.Extensions.PlatformAbstractions.dll
    │   │       ├── Microsoft.Extensions.PlatformAbstractions.xml
    │   │       ├── Microsoft.Extensions.Primitives.dll
    │   │       ├── Microsoft.Extensions.Primitives.xml
    │   │       ├── Microsoft.Net.Http.Headers.dll
    │   │       ├── Microsoft.Net.Http.Headers.xml
    │   │       ├── Newtonsoft.Json.dll
    │   │       ├── Newtonsoft.Json.xml
    │   │       ├── Opc.Ua.Client.dll
    │   │       ├── Opc.Ua.Configuration.dll
    │   │       ├── Opc.Ua.Core.dll
    │   │       ├── OpcUaHelper.Tool.exe
    │   │       ├── OpcUaHelper.Tool.exe.config
    │   │       ├── OpcUaHelper.Tool.pdb
    │   │       ├── OpcUaHelper.dll
    │   │       ├── OpcUaHelper.dll.config
    │   │       ├── OpcUaHelper.pdb
    │   │       ├── OpcUaHelper.xml
    │   │       ├── System.Buffers.dll
    │   │       ├── System.Collections.Immutable.dll
    │   │       ├── System.Collections.Immutable.xml
    │   │       ├── System.Diagnostics.DiagnosticSource.dll
    │   │       ├── System.Diagnostics.DiagnosticSource.xml
    │   │       ├── System.Numerics.Vectors.dll
    │   │       ├── System.Numerics.Vectors.xml
    │   │       ├── System.Reflection.Metadata.dll
    │   │       ├── System.Reflection.Metadata.xml
    │   │       ├── System.Runtime.CompilerServices.Unsafe.dll
    │   │       ├── System.Runtime.CompilerServices.Unsafe.xml
    │   │       ├── System.Runtime.InteropServices.RuntimeInformation.dll
    │   │       ├── System.Text.Encodings.Web.dll
    │   │       ├── System.Text.Encodings.Web.xml
    │   │       ├── System.Threading.Tasks.Extensions.dll
    │   │       └── System.Threading.Tasks.Extensions.xml
    │   └── obj
    │       └── Debug
    │           ├── DesignTimeResolveAssemblyReferencesInput.cache
    │           ├── OpcUaHelper.Tool.Properties.Resources.resources
    │           ├── OpcUaHelper.Tool.csproj.AssemblyReference.cache
    │           ├── OpcUaHelper.Tool.csproj.CopyComplete
    │           ├── OpcUaHelper.Tool.csproj.CoreCompileInputs.cache
    │           ├── OpcUaHelper.Tool.csproj.FileListAbsolute.txt
    │           ├── OpcUaHelper.Tool.csproj.GenerateResource.cache
    │           ├── OpcUaHelper.Tool.exe
    │           ├── OpcUaHelper.Tool.exe.config
    │           ├── OpcUaHelper.Tool.pdb
    │           └── TempPE
    ├── OpcUaHelper.sln
    ├── OpcUaServerSample
    │   ├── App.config
    │   ├── App.ico
    │   ├── Dll
    │   │   ├── BouncyCastle.Crypto.dll
    │   │   ├── Microsoft.AspNetCore.Hosting.Abstractions.dll
    │   │   ├── Microsoft.AspNetCore.Hosting.Server.Abstractions.dll
    │   │   ├── Microsoft.AspNetCore.Hosting.dll
    │   │   ├── Microsoft.AspNetCore.Http.Abstractions.dll
    │   │   ├── Microsoft.AspNetCore.Http.Features.dll
    │   │   ├── Microsoft.AspNetCore.Http.dll
    │   │   ├── Microsoft.AspNetCore.Server.Kestrel.Https.dll
    │   │   ├── Microsoft.AspNetCore.Server.Kestrel.dll
    │   │   ├── Microsoft.AspNetCore.WebUtilities.dll
    │   │   ├── Microsoft.Extensions.Configuration.Abstractions.dll
    │   │   ├── Microsoft.Extensions.Configuration.EnvironmentVariables.dll
    │   │   ├── Microsoft.Extensions.Configuration.dll
    │   │   ├── Microsoft.Extensions.DependencyInjection.Abstractions.dll
    │   │   ├── Microsoft.Extensions.DependencyInjection.dll
    │   │   ├── Microsoft.Extensions.FileProviders.Abstractions.dll
    │   │   ├── Microsoft.Extensions.FileProviders.Physical.dll
    │   │   ├── Microsoft.Extensions.FileSystemGlobbing.dll
    │   │   ├── Microsoft.Extensions.Logging.Abstractions.dll
    │   │   ├── Microsoft.Extensions.Logging.dll
    │   │   ├── Microsoft.Extensions.ObjectPool.dll
    │   │   ├── Microsoft.Extensions.Options.dll
    │   │   ├── Microsoft.Extensions.PlatformAbstractions.dll
    │   │   ├── Microsoft.Extensions.Primitives.dll
    │   │   ├── Microsoft.Net.Http.Headers.dll
    │   │   ├── Newtonsoft.Json.dll
    │   │   ├── Opc.Ua.CertificateGenerator.exe
    │   │   ├── Opc.Ua.Configuration.dll
    │   │   ├── Opc.Ua.Core.dll
    │   │   ├── Opc.Ua.Server.dll
    │   │   ├── Opc.Ua.ServerControls.dll
    │   │   ├── System.Buffers.dll
    │   │   ├── System.Collections.Immutable.dll
    │   │   ├── System.Diagnostics.DiagnosticSource.dll
    │   │   ├── System.Net.Http.dll
    │   │   ├── System.Numerics.Vectors.dll
    │   │   ├── System.Reflection.Metadata.dll
    │   │   ├── System.Runtime.CompilerServices.Unsafe.dll
    │   │   ├── System.Runtime.InteropServices.RuntimeInformation.dll
    │   │   ├── System.Text.Encodings.Web.dll
    │   │   └── System.Threading.Tasks.Extensions.dll
    │   ├── Namespaces.cs
    │   ├── Opc.Ua.CertificateGenerator.exe
    │   ├── OpcUaServerSample.csproj
    │   ├── Program.cs
    │   ├── Properties
    │   │   ├── AssemblyInfo.cs
    │   │   ├── Resources.Designer.cs
    │   │   ├── Resources.resx
    │   │   ├── Settings.Designer.cs
    │   │   └── Settings.settings
    │   ├── ReferenceNodeManager.cs
    │   ├── ReferenceServer.cs
    │   ├── ReferenceServerConfiguration.cs
    │   ├── ReferenceServerUtils.cs
    │   ├── SharpNodeSettingsServer.Config.xml
    │   ├── bin
    │   │   └── Debug
    │   │       ├── App.ico
    │   │       ├── BouncyCastle.Crypto.dll
    │   │       ├── Microsoft.AspNetCore.Hosting.Abstractions.dll
    │   │       ├── Microsoft.AspNetCore.Hosting.Server.Abstractions.dll
    │   │       ├── Microsoft.AspNetCore.Hosting.dll
    │   │       ├── Microsoft.AspNetCore.Http.Abstractions.dll
    │   │       ├── Microsoft.AspNetCore.Http.Features.dll
    │   │       ├── Microsoft.AspNetCore.Http.dll
    │   │       ├── Microsoft.AspNetCore.Server.Kestrel.Https.dll
    │   │       ├── Microsoft.AspNetCore.Server.Kestrel.dll
    │   │       ├── Microsoft.AspNetCore.WebUtilities.dll
    │   │       ├── Microsoft.Extensions.Configuration.Abstractions.dll
    │   │       ├── Microsoft.Extensions.Configuration.EnvironmentVariables.dll
    │   │       ├── Microsoft.Extensions.Configuration.dll
    │   │       ├── Microsoft.Extensions.DependencyInjection.Abstractions.dll
    │   │       ├── Microsoft.Extensions.DependencyInjection.dll
    │   │       ├── Microsoft.Extensions.FileProviders.Abstractions.dll
    │   │       ├── Microsoft.Extensions.FileProviders.Physical.dll
    │   │       ├── Microsoft.Extensions.FileSystemGlobbing.dll
    │   │       ├── Microsoft.Extensions.Logging.Abstractions.dll
    │   │       ├── Microsoft.Extensions.Logging.dll
    │   │       ├── Microsoft.Extensions.ObjectPool.dll
    │   │       ├── Microsoft.Extensions.Options.dll
    │   │       ├── Microsoft.Extensions.PlatformAbstractions.dll
    │   │       ├── Microsoft.Extensions.Primitives.dll
    │   │       ├── Microsoft.Net.Http.Headers.dll
    │   │       ├── Newtonsoft.Json.dll
    │   │       ├── Opc.Ua.CertificateGenerator.exe
    │   │       ├── Opc.Ua.Configuration.dll
    │   │       ├── Opc.Ua.Core.dll
    │   │       ├── Opc.Ua.Server.dll
    │   │       ├── Opc.Ua.ServerControls.dll
    │   │       ├── OpcUaServerSample.exe
    │   │       ├── OpcUaServerSample.exe.config
    │   │       ├── OpcUaServerSample.pdb
    │   │       ├── SharpNodeSettingsServer.Config.xml
    │   │       ├── System.Buffers.dll
    │   │       ├── System.Collections.Immutable.dll
    │   │       ├── System.Diagnostics.DiagnosticSource.dll
    │   │       ├── System.Numerics.Vectors.dll
    │   │       ├── System.Reflection.Metadata.dll
    │   │       ├── System.Runtime.CompilerServices.Unsafe.dll
    │   │       ├── System.Runtime.InteropServices.RuntimeInformation.dll
    │   │       ├── System.Text.Encodings.Web.dll
    │   │       └── System.Threading.Tasks.Extensions.dll
    │   └── obj
    │       └── Debug
    │           ├── DesignTimeResolveAssemblyReferencesInput.cache
    │           ├── OpcUaServerSample.Properties.Resources.resources
    │           ├── OpcUaServerSample.csproj.AssemblyReference.cache
    │           ├── OpcUaServerSample.csproj.CopyComplete
    │           ├── OpcUaServerSample.csproj.CoreCompileInputs.cache
    │           ├── OpcUaServerSample.csproj.FileListAbsolute.txt
    │           ├── OpcUaServerSample.csproj.GenerateResource.cache
    │           ├── OpcUaServerSample.exe
    │           ├── OpcUaServerSample.exe.config
    │           ├── OpcUaServerSample.pdb
    │           └── TempPE
    ├── README.md
    └── packages
        ├── Libuv.1.9.2
        │   ├── Libuv.1.9.2.nupkg
        │   ├── runtimes
        │   │   ├── debian-x64
        │   │   ├── osx
        │   │   ├── rhel-x64
        │   │   ├── win7-arm
        │   │   ├── win7-x64
        │   │   └── win7-x86
        │   └── thirdpartynotices.txt
        ├── Microsoft.AspNetCore.Hosting.1.1.3
        │   ├── Microsoft.AspNetCore.Hosting.1.1.3.nupkg
        │   └── lib
        │       ├── net451
        │       ├── netstandard1.3
        │       └── netstandard1.5
        ├── Microsoft.AspNetCore.Hosting.Abstractions.1.1.3
        │   ├── Microsoft.AspNetCore.Hosting.Abstractions.1.1.3.nupkg
        │   └── lib
        │       ├── net451
        │       └── netstandard1.3
        ├── Microsoft.AspNetCore.Hosting.Server.Abstractions.1.1.3
        │   ├── Microsoft.AspNetCore.Hosting.Server.Abstractions.1.1.3.nupkg
        │   └── lib
        │       ├── net451
        │       └── netstandard1.3
        ├── Microsoft.AspNetCore.Http.1.1.2
        │   ├── Microsoft.AspNetCore.Http.1.1.2.nupkg
        │   └── lib
        │       ├── net451
        │       └── netstandard1.3
        ├── Microsoft.AspNetCore.Http.Abstractions.1.1.2
        │   ├── Microsoft.AspNetCore.Http.Abstractions.1.1.2.nupkg
        │   └── lib
        │       ├── net451
        │       └── netstandard1.3
        ├── Microsoft.AspNetCore.Http.Extensions.1.1.2
        │   ├── Microsoft.AspNetCore.Http.Extensions.1.1.2.nupkg
        │   └── lib
        │       ├── net451
        │       └── netstandard1.3
        ├── Microsoft.AspNetCore.Http.Features.1.1.2
        │   ├── Microsoft.AspNetCore.Http.Features.1.1.2.nupkg
        │   └── lib
        │       ├── net451
        │       └── netstandard1.3
        ├── Microsoft.AspNetCore.Server.Kestrel.1.1.3
        │   ├── Microsoft.AspNetCore.Server.Kestrel.1.1.3.nupkg
        │   └── lib
        │       ├── net451
        │       └── netstandard1.3
        ├── Microsoft.AspNetCore.Server.Kestrel.Https.1.1.3
        │   ├── Microsoft.AspNetCore.Server.Kestrel.Https.1.1.3.nupkg
        │   └── lib
        │       ├── net451
        │       └── netstandard1.3
        ├── Microsoft.AspNetCore.WebUtilities.1.1.2
        │   ├── Microsoft.AspNetCore.WebUtilities.1.1.2.nupkg
        │   └── lib
        │       ├── net451
        │       └── netstandard1.3
        ├── Microsoft.Extensions.Configuration.1.1.2
        │   ├── Microsoft.Extensions.Configuration.1.1.2.nupkg
        │   └── lib
        │       └── netstandard1.1
        ├── Microsoft.Extensions.Configuration.Abstractions.1.1.2
        │   ├── Microsoft.Extensions.Configuration.Abstractions.1.1.2.nupkg
        │   └── lib
        │       └── netstandard1.0
        ├── Microsoft.Extensions.Configuration.EnvironmentVariables.1.1.2
        │   ├── Microsoft.Extensions.Configuration.EnvironmentVariables.1.1.2.nupkg
        │   └── lib
        │       ├── net451
        │       └── netstandard1.3
        ├── Microsoft.Extensions.DependencyInjection.1.1.1
        │   ├── Microsoft.Extensions.DependencyInjection.1.1.1.nupkg
        │   └── lib
        │       └── netstandard1.1
        ├── Microsoft.Extensions.DependencyInjection.Abstractions.1.1.1
        │   ├── Microsoft.Extensions.DependencyInjection.Abstractions.1.1.1.nupkg
        │   └── lib
        │       └── netstandard1.0
        ├── Microsoft.Extensions.FileProviders.Abstractions.1.1.1
        │   ├── Microsoft.Extensions.FileProviders.Abstractions.1.1.1.nupkg
        │   └── lib
        │       └── netstandard1.0
        ├── Microsoft.Extensions.FileProviders.Physical.1.1.1
        │   ├── Microsoft.Extensions.FileProviders.Physical.1.1.1.nupkg
        │   └── lib
        │       ├── net451
        │       └── netstandard1.3
        ├── Microsoft.Extensions.FileSystemGlobbing.1.1.1
        │   ├── Microsoft.Extensions.FileSystemGlobbing.1.1.1.nupkg
        │   └── lib
        │       ├── net45
        │       └── netstandard1.3
        ├── Microsoft.Extensions.Logging.1.1.2
        │   ├── Microsoft.Extensions.Logging.1.1.2.nupkg
        │   └── lib
        │       └── netstandard1.1
        ├── Microsoft.Extensions.Logging.Abstractions.1.1.2
        │   ├── Microsoft.Extensions.Logging.Abstractions.1.1.2.nupkg
        │   └── lib
        │       └── netstandard1.1
        ├── Microsoft.Extensions.ObjectPool.1.1.1
        │   ├── Microsoft.Extensions.ObjectPool.1.1.1.nupkg
        │   └── lib
        │       ├── net451
        │       └── netstandard1.3
        ├── Microsoft.Extensions.Options.1.1.2
        │   ├── Microsoft.Extensions.Options.1.1.2.nupkg
        │   └── lib
        │       └── netstandard1.0
        ├── Microsoft.Extensions.PlatformAbstractions.1.1.0
        │   ├── Microsoft.Extensions.PlatformAbstractions.1.1.0.nupkg
        │   └── lib
        │       ├── net451
        │       └── netstandard1.3
        ├── Microsoft.Extensions.Primitives.1.1.1
        │   ├── Microsoft.Extensions.Primitives.1.1.1.nupkg
        │   └── lib
        │       └── netstandard1.0
        ├── Microsoft.NETCore.Platforms.1.1.0
        │   ├── Microsoft.NETCore.Platforms.1.1.0.nupkg
        │   ├── ThirdPartyNotices.txt
        │   ├── dotnet_library_license.txt
        │   ├── lib
        │   │   └── netstandard1.0
        │   └── runtime.json
        ├── Microsoft.Net.Http.Headers.1.1.2
        │   ├── Microsoft.Net.Http.Headers.1.1.2.nupkg
        │   └── lib
        │       └── netstandard1.1
        ├── Microsoft.Win32.Primitives.4.3.0
        │   ├── Microsoft.Win32.Primitives.4.3.0.nupkg
        │   ├── ThirdPartyNotices.txt
        │   ├── dotnet_library_license.txt
        │   ├── lib
        │   │   ├── MonoAndroid10
        │   │   ├── MonoTouch10
        │   │   ├── net46
        │   │   ├── xamarinios10
        │   │   ├── xamarinmac20
        │   │   ├── xamarintvos10
        │   │   └── xamarinwatchos10
        │   └── ref
        │       ├── MonoAndroid10
        │       ├── MonoTouch10
        │       ├── net46
        │       ├── netstandard1.3
        │       ├── xamarinios10
        │       ├── xamarinmac20
        │       ├── xamarintvos10
        │       └── xamarinwatchos10
        ├── NETStandard.Library.1.6.1
        │   ├── NETStandard.Library.1.6.1.nupkg
        │   ├── ThirdPartyNotices.txt
        │   └── dotnet_library_license.txt
        ├── Newtonsoft.Json.10.0.3
        │   ├── LICENSE.md
        │   ├── Newtonsoft.Json.10.0.3.nupkg
        │   ├── lib
        │   │   ├── net20
        │   │   ├── net35
        │   │   ├── net40
        │   │   ├── net45
        │   │   ├── netstandard1.0
        │   │   ├── netstandard1.3
        │   │   ├── portable-net40 sl5 win8 wp8 wpa81
        │   │   └── portable-net45 win8 wp8 wpa81
        │   └── tools
        │       └── install.ps1
        ├── OPCFoundation.NetStandard.Opc.Ua.1.4.354.23
        │   ├── OPCFoundation.NetStandard.Opc.Ua.1.4.354.23.nupkg
        │   └── lib
        │       ├── net46
        │       ├── netstandard1.3
        │       └── netstandard2.0
        ├── Portable.BouncyCastle.1.8.4
        │   ├── Portable.BouncyCastle.1.8.4.nupkg
        │   └── lib
        │       ├── net40
        │       ├── netstandard1.0
        │       ├── netstandard1.3
        │       └── netstandard2.0
        ├── System.AppContext.4.3.0
        │   ├── System.AppContext.4.3.0.nupkg
        │   ├── ThirdPartyNotices.txt
        │   ├── dotnet_library_license.txt
        │   ├── lib
        │   │   ├── MonoAndroid10
        │   │   ├── MonoTouch10
        │   │   ├── net46
        │   │   ├── net463
        │   │   ├── netcore50
        │   │   ├── netstandard1.6
        │   │   ├── xamarinios10
        │   │   ├── xamarinmac20
        │   │   ├── xamarintvos10
        │   │   └── xamarinwatchos10
        │   ├── ref
        │   │   ├── MonoAndroid10
        │   │   ├── MonoTouch10
        │   │   ├── net46
        │   │   ├── net463
        │   │   ├── netstandard
        │   │   ├── netstandard1.3
        │   │   ├── netstandard1.6
        │   │   ├── xamarinios10
        │   │   ├── xamarinmac20
        │   │   ├── xamarintvos10
        │   │   └── xamarinwatchos10
        │   └── runtimes
        │       └── aot
        ├── System.Buffers.4.3.0
        │   ├── System.Buffers.4.3.0.nupkg
        │   ├── ThirdPartyNotices.txt
        │   ├── dotnet_library_license.txt
        │   └── lib
        │       └── netstandard1.1
        ├── System.Collections.4.3.0
        │   ├── System.Collections.4.3.0.nupkg
        │   ├── ThirdPartyNotices.txt
        │   ├── dotnet_library_license.txt
        │   ├── lib
        │   │   ├── MonoAndroid10
        │   │   ├── MonoTouch10
        │   │   ├── net45
        │   │   ├── portable-net45 win8 wp8 wpa81
        │   │   ├── win8
        │   │   ├── wp80
        │   │   ├── wpa81
        │   │   ├── xamarinios10
        │   │   ├── xamarinmac20
        │   │   ├── xamarintvos10
        │   │   └── xamarinwatchos10
        │   └── ref
        │       ├── MonoAndroid10
        │       ├── MonoTouch10
        │       ├── net45
        │       ├── netcore50
        │       ├── netstandard1.0
        │       ├── netstandard1.3
        │       ├── portable-net45 win8 wp8 wpa81
        │       ├── win8
        │       ├── wp80
        │       ├── wpa81
        │       ├── xamarinios10
        │       ├── xamarinmac20
        │       ├── xamarintvos10
        │       └── xamarinwatchos10
        ├── System.Collections.Concurrent.4.3.0
        │   ├── System.Collections.Concurrent.4.3.0.nupkg
        │   ├── ThirdPartyNotices.txt
        │   ├── dotnet_library_license.txt
        │   ├── lib
        │   │   ├── MonoAndroid10
        │   │   ├── MonoTouch10
        │   │   ├── net45
        │   │   ├── netcore50
        │   │   ├── netstandard1.3
        │   │   ├── portable-net45 win8 wpa81
        │   │   ├── win8
        │   │   ├── wpa81
        │   │   ├── xamarinios10
        │   │   ├── xamarinmac20
        │   │   ├── xamarintvos10
        │   │   └── xamarinwatchos10
        │   └── ref
        │       ├── MonoAndroid10
        │       ├── MonoTouch10
        │       ├── net45
        │       ├── netcore50
        │       ├── netstandard1.1
        │       ├── netstandard1.3
        │       ├── portable-net45 win8 wpa81
        │       ├── win8
        │       ├── wpa81
        │       ├── xamarinios10
        │       ├── xamarinmac20
        │       ├── xamarintvos10
        │       └── xamarinwatchos10
        ├── System.Collections.Immutable.1.3.0
        │   ├── System.Collections.Immutable.1.3.0.nupkg
        │   ├── ThirdPartyNotices.txt
        │   ├── dotnet_library_license.txt
        │   └── lib
        │       ├── netstandard1.0
        │       └── portable-net45 win8 wp8 wpa81
        ├── System.ComponentModel.4.3.0
        │   ├── System.ComponentModel.4.3.0.nupkg
        │   ├── ThirdPartyNotices.txt
        │   ├── dotnet_library_license.txt
        │   ├── lib
        │   │   ├── MonoAndroid10
        │   │   ├── MonoTouch10
        │   │   ├── net45
        │   │   ├── netcore50
        │   │   ├── netstandard1.3
        │   │   ├── portable-net45 win8 wp8 wpa81
        │   │   ├── win8
        │   │   ├── wp80
        │   │   ├── wpa81
        │   │   ├── xamarinios10
        │   │   ├── xamarinmac20
        │   │   ├── xamarintvos10
        │   │   └── xamarinwatchos10
        │   └── ref
        │       ├── MonoAndroid10
        │       ├── MonoTouch10
        │       ├── net45
        │       ├── netcore50
        │       ├── netstandard1.0
        │       ├── portable-net45 win8 wp8 wpa81
        │       ├── win8
        │       ├── wp80
        │       ├── wpa81
        │       ├── xamarinios10
        │       ├── xamarinmac20
        │       ├── xamarintvos10
        │       └── xamarinwatchos10
        ├── System.Console.4.3.0
        │   ├── System.Console.4.3.0.nupkg
        │   ├── ThirdPartyNotices.txt
        │   ├── dotnet_library_license.txt
        │   ├── lib
        │   │   ├── MonoAndroid10
        │   │   ├── MonoTouch10
        │   │   ├── net46
        │   │   ├── xamarinios10
        │   │   ├── xamarinmac20
        │   │   ├── xamarintvos10
        │   │   └── xamarinwatchos10
        │   └── ref
        │       ├── MonoAndroid10
        │       ├── MonoTouch10
        │       ├── net46
        │       ├── netstandard1.3
        │       ├── xamarinios10
        │       ├── xamarinmac20
        │       ├── xamarintvos10
        │       └── xamarinwatchos10
        ├── System.Diagnostics.Contracts.4.3.0
        │   ├── System.Diagnostics.Contracts.4.3.0.nupkg
        │   ├── ThirdPartyNotices.txt
        │   ├── dotnet_library_license.txt
        │   ├── lib
        │   │   ├── MonoAndroid10
        │   │   ├── MonoTouch10
        │   │   ├── net45
        │   │   ├── netcore50
        │   │   ├── netstandard1.0
        │   │   ├── portable-net45 win8 wp8 wpa81
        │   │   ├── win8
        │   │   ├── wp80
        │   │   ├── wpa81
        │   │   ├── xamarinios10
        │   │   ├── xamarinmac20
        │   │   ├── xamarintvos10
        │   │   └── xamarinwatchos10
        │   ├── ref
        │   │   ├── MonoAndroid10
        │   │   ├── MonoTouch10
        │   │   ├── net45
        │   │   ├── netcore50
        │   │   ├── netstandard1.0
        │   │   ├── portable-net45 win8 wp8 wpa81
        │   │   ├── win8
        │   │   ├── wp80
        │   │   ├── wpa81
        │   │   ├── xamarinios10
        │   │   ├── xamarinmac20
        │   │   ├── xamarintvos10
        │   │   └── xamarinwatchos10
        │   └── runtimes
        │       └── aot
        ├── System.Diagnostics.Debug.4.3.0
        │   ├── System.Diagnostics.Debug.4.3.0.nupkg
        │   ├── ThirdPartyNotices.txt
        │   ├── dotnet_library_license.txt
        │   ├── lib
        │   │   ├── MonoAndroid10
        │   │   ├── MonoTouch10
        │   │   ├── net45
        │   │   ├── portable-net45 win8 wp8 wpa81
        │   │   ├── win8
        │   │   ├── wp80
        │   │   ├── wpa81
        │   │   ├── xamarinios10
        │   │   ├── xamarinmac20
        │   │   ├── xamarintvos10
        │   │   └── xamarinwatchos10
        │   └── ref
        │       ├── MonoAndroid10
        │       ├── MonoTouch10
        │       ├── net45
        │       ├── netcore50
        │       ├── netstandard1.0
        │       ├── netstandard1.3
        │       ├── portable-net45 win8 wp8 wpa81
        │       ├── win8
        │       ├── wp80
        │       ├── wpa81
        │       ├── xamarinios10
        │       ├── xamarinmac20
        │       ├── xamarintvos10
        │       └── xamarinwatchos10
        ├── System.Diagnostics.DiagnosticSource.4.3.1
        │   ├── System.Diagnostics.DiagnosticSource.4.3.1.nupkg
        │   ├── ThirdPartyNotices.txt
        │   ├── dotnet_library_license.txt
        │   └── lib
        │       ├── net46
        │       ├── netstandard1.1
        │       ├── netstandard1.3
        │       └── portable-net45 win8 wpa81
        ├── System.Diagnostics.Tools.4.3.0
        │   ├── System.Diagnostics.Tools.4.3.0.nupkg
        │   ├── ThirdPartyNotices.txt
        │   ├── dotnet_library_license.txt
        │   ├── lib
        │   │   ├── MonoAndroid10
        │   │   ├── MonoTouch10
        │   │   ├── net45
        │   │   ├── portable-net45 win8 wp8 wpa81
        │   │   ├── win8
        │   │   ├── wp80
        │   │   ├── wpa81
        │   │   ├── xamarinios10
        │   │   ├── xamarinmac20
        │   │   ├── xamarintvos10
        │   │   └── xamarinwatchos10
        │   └── ref
        │       ├── MonoAndroid10
        │       ├── MonoTouch10
        │       ├── net45
        │       ├── netcore50
        │       ├── netstandard1.0
        │       ├── portable-net45 win8 wp8 wpa81
        │       ├── win8
        │       ├── wp80
        │       ├── wpa81
        │       ├── xamarinios10
        │       ├── xamarinmac20
        │       ├── xamarintvos10
        │       └── xamarinwatchos10
        ├── System.Diagnostics.Tracing.4.3.0
        │   ├── System.Diagnostics.Tracing.4.3.0.nupkg
        │   ├── ThirdPartyNotices.txt
        │   ├── dotnet_library_license.txt
        │   ├── lib
        │   │   ├── MonoAndroid10
        │   │   ├── MonoTouch10
        │   │   ├── net45
        │   │   ├── net462
        │   │   ├── portable-net45 win8 wpa81
        │   │   ├── win8
        │   │   ├── wpa81
        │   │   ├── xamarinios10
        │   │   ├── xamarinmac20
        │   │   ├── xamarintvos10
        │   │   └── xamarinwatchos10
        │   └── ref
        │       ├── MonoAndroid10
        │       ├── MonoTouch10
        │       ├── net45
        │       ├── net462
        │       ├── netcore50
        │       ├── netstandard1.1
        │       ├── netstandard1.2
        │       ├── netstandard1.3
        │       ├── netstandard1.5
        │       ├── portable-net45 win8 wpa81
        │       ├── win8
        │       ├── wpa81
        │       ├── xamarinios10
        │       ├── xamarinmac20
        │       ├── xamarintvos10
        │       └── xamarinwatchos10
        ├── System.Globalization.4.3.0
        │   ├── System.Globalization.4.3.0.nupkg
        │   ├── ThirdPartyNotices.txt
        │   ├── dotnet_library_license.txt
        │   ├── lib
        │   │   ├── MonoAndroid10
        │   │   ├── MonoTouch10
        │   │   ├── net45
        │   │   ├── portable-net45 win8 wp8 wpa81
        │   │   ├── win8
        │   │   ├── wp80
        │   │   ├── wpa81
        │   │   ├── xamarinios10
        │   │   ├── xamarinmac20
        │   │   ├── xamarintvos10
        │   │   └── xamarinwatchos10
        │   └── ref
        │       ├── MonoAndroid10
        │       ├── MonoTouch10
        │       ├── net45
        │       ├── netcore50
        │       ├── netstandard1.0
        │       ├── netstandard1.3
        │       ├── portable-net45 win8 wp8 wpa81
        │       ├── win8
        │       ├── wp80
        │       ├── wpa81
        │       ├── xamarinios10
        │       ├── xamarinmac20
        │       ├── xamarintvos10
        │       └── xamarinwatchos10
        ├── System.Globalization.Calendars.4.3.0
        │   ├── System.Globalization.Calendars.4.3.0.nupkg
        │   ├── ThirdPartyNotices.txt
        │   ├── dotnet_library_license.txt
        │   ├── lib
        │   │   ├── MonoAndroid10
        │   │   ├── MonoTouch10
        │   │   ├── net46
        │   │   ├── xamarinios10
        │   │   ├── xamarinmac20
        │   │   ├── xamarintvos10
        │   │   └── xamarinwatchos10
        │   └── ref
        │       ├── MonoAndroid10
        │       ├── MonoTouch10
        │       ├── net46
        │       ├── netstandard1.3
        │       ├── xamarinios10
        │       ├── xamarinmac20
        │       ├── xamarintvos10
        │       └── xamarinwatchos10
        ├── System.IO.4.3.0
        │   ├── System.IO.4.3.0.nupkg
        │   ├── ThirdPartyNotices.txt
        │   ├── dotnet_library_license.txt
        │   ├── lib
        │   │   ├── MonoAndroid10
        │   │   ├── MonoTouch10
        │   │   ├── net45
        │   │   ├── net462
        │   │   ├── portable-net45 win8 wp8 wpa81
        │   │   ├── win8
        │   │   ├── wp80
        │   │   ├── wpa81
        │   │   ├── xamarinios10
        │   │   ├── xamarinmac20
        │   │   ├── xamarintvos10
        │   │   └── xamarinwatchos10
        │   └── ref
        │       ├── MonoAndroid10
        │       ├── MonoTouch10
        │       ├── net45
        │       ├── net462
        │       ├── netcore50
        │       ├── netstandard1.0
        │       ├── netstandard1.3
        │       ├── netstandard1.5
        │       ├── portable-net45 win8 wp8 wpa81
        │       ├── win8
        │       ├── wp80
        │       ├── wpa81
        │       ├── xamarinios10
        │       ├── xamarinmac20
        │       ├── xamarintvos10
        │       └── xamarinwatchos10
        ├── System.IO.Compression.4.3.0
        │   ├── System.IO.Compression.4.3.0.nupkg
        │   ├── ThirdPartyNotices.txt
        │   ├── dotnet_library_license.txt
        │   ├── lib
        │   │   ├── MonoAndroid10
        │   │   ├── MonoTouch10
        │   │   ├── net45
        │   │   ├── net46
        │   │   ├── portable-net45 win8 wpa81
        │   │   ├── win8
        │   │   ├── wpa81
        │   │   ├── xamarinios10
        │   │   ├── xamarinmac20
        │   │   ├── xamarintvos10
        │   │   └── xamarinwatchos10
        │   ├── ref
        │   │   ├── MonoAndroid10
        │   │   ├── MonoTouch10
        │   │   ├── net45
        │   │   ├── net46
        │   │   ├── netcore50
        │   │   ├── netstandard1.1
        │   │   ├── netstandard1.3
        │   │   ├── portable-net45 win8 wpa81
        │   │   ├── win8
        │   │   ├── wpa81
        │   │   ├── xamarinios10
        │   │   ├── xamarinmac20
        │   │   ├── xamarintvos10
        │   │   └── xamarinwatchos10
        │   └── runtimes
        │       ├── unix
        │       └── win
        ├── System.IO.Compression.ZipFile.4.3.0
        │   ├── System.IO.Compression.ZipFile.4.3.0.nupkg
        │   ├── ThirdPartyNotices.txt
        │   ├── dotnet_library_license.txt
        │   ├── lib
        │   │   ├── MonoAndroid10
        │   │   ├── MonoTouch10
        │   │   ├── net46
        │   │   ├── netstandard1.3
        │   │   ├── xamarinios10
        │   │   ├── xamarinmac20
        │   │   ├── xamarintvos10
        │   │   └── xamarinwatchos10
        │   └── ref
        │       ├── MonoAndroid10
        │       ├── MonoTouch10
        │       ├── net46
        │       ├── netstandard1.3
        │       ├── xamarinios10
        │       ├── xamarinmac20
        │       ├── xamarintvos10
        │       └── xamarinwatchos10
        ├── System.IO.FileSystem.4.3.0
        │   ├── System.IO.FileSystem.4.3.0.nupkg
        │   ├── ThirdPartyNotices.txt
        │   ├── dotnet_library_license.txt
        │   ├── lib
        │   │   ├── MonoAndroid10
        │   │   ├── MonoTouch10
        │   │   ├── net46
        │   │   ├── xamarinios10
        │   │   ├── xamarinmac20
        │   │   ├── xamarintvos10
        │   │   └── xamarinwatchos10
        │   └── ref
        │       ├── MonoAndroid10
        │       ├── MonoTouch10
        │       ├── net46
        │       ├── netstandard1.3
        │       ├── xamarinios10
        │       ├── xamarinmac20
        │       ├── xamarintvos10
        │       └── xamarinwatchos10
        ├── System.IO.FileSystem.Primitives.4.3.0
        │   ├── System.IO.FileSystem.Primitives.4.3.0.nupkg
        │   ├── ThirdPartyNotices.txt
        │   ├── dotnet_library_license.txt
        │   ├── lib
        │   │   ├── MonoAndroid10
        │   │   ├── MonoTouch10
        │   │   ├── net46
        │   │   ├── netstandard1.3
        │   │   ├── xamarinios10
        │   │   ├── xamarinmac20
        │   │   ├── xamarintvos10
        │   │   └── xamarinwatchos10
        │   └── ref
        │       ├── MonoAndroid10
        │       ├── MonoTouch10
        │       ├── net46
        │       ├── netstandard1.3
        │       ├── xamarinios10
        │       ├── xamarinmac20
        │       ├── xamarintvos10
        │       └── xamarinwatchos10
        ├── System.Linq.4.3.0
        │   ├── System.Linq.4.3.0.nupkg
        │   ├── ThirdPartyNotices.txt
        │   ├── dotnet_library_license.txt
        │   ├── lib
        │   │   ├── MonoAndroid10
        │   │   ├── MonoTouch10
        │   │   ├── net45
        │   │   ├── net463
        │   │   ├── netcore50
        │   │   ├── netstandard1.6
        │   │   ├── portable-net45 win8 wp8 wpa81
        │   │   ├── win8
        │   │   ├── wp80
        │   │   ├── wpa81
        │   │   ├── xamarinios10
        │   │   ├── xamarinmac20
        │   │   ├── xamarintvos10
        │   │   └── xamarinwatchos10
        │   └── ref
        │       ├── MonoAndroid10
        │       ├── MonoTouch10
        │       ├── net45
        │       ├── net463
        │       ├── netcore50
        │       ├── netstandard1.0
        │       ├── netstandard1.6
        │       ├── portable-net45 win8 wp8 wpa81
        │       ├── win8
        │       ├── wp80
        │       ├── wpa81
        │       ├── xamarinios10
        │       ├── xamarinmac20
        │       ├── xamarintvos10
        │       └── xamarinwatchos10
        ├── System.Linq.Expressions.4.3.0
        │   ├── System.Linq.Expressions.4.3.0.nupkg
        │   ├── ThirdPartyNotices.txt
        │   ├── dotnet_library_license.txt
        │   ├── lib
        │   │   ├── MonoAndroid10
        │   │   ├── MonoTouch10
        │   │   ├── net45
        │   │   ├── net463
        │   │   ├── netcore50
        │   │   ├── netstandard1.6
        │   │   ├── portable-net45 win8 wp8 wpa81
        │   │   ├── win8
        │   │   ├── wp80
        │   │   ├── wpa81
        │   │   ├── xamarinios10
        │   │   ├── xamarinmac20
        │   │   ├── xamarintvos10
        │   │   └── xamarinwatchos10
        │   ├── ref
        │   │   ├── MonoAndroid10
        │   │   ├── MonoTouch10
        │   │   ├── net45
        │   │   ├── net463
        │   │   ├── netcore50
        │   │   ├── netstandard1.0
        │   │   ├── netstandard1.3
        │   │   ├── netstandard1.6
        │   │   ├── portable-net45 win8 wp8 wpa81
        │   │   ├── win8
        │   │   ├── wp80
        │   │   ├── wpa81
        │   │   ├── xamarinios10
        │   │   ├── xamarinmac20
        │   │   ├── xamarintvos10
        │   │   └── xamarinwatchos10
        │   └── runtimes
        │       └── aot
        ├── System.Net.Http.4.3.0
        │   ├── System.Net.Http.4.3.0.nupkg
        │   ├── ThirdPartyNotices.txt
        │   ├── dotnet_library_license.txt
        │   ├── lib
        │   │   ├── Xamarinmac20
        │   │   ├── monoandroid10
        │   │   ├── monotouch10
        │   │   ├── net45
        │   │   ├── net46
        │   │   ├── portable-net45 win8 wpa81
        │   │   ├── win8
        │   │   ├── wpa81
        │   │   ├── xamarinios10
        │   │   ├── xamarintvos10
        │   │   └── xamarinwatchos10
        │   ├── ref
        │   │   ├── Xamarinmac20
        │   │   ├── monoandroid10
        │   │   ├── monotouch10
        │   │   ├── net45
        │   │   ├── net46
        │   │   ├── netcore50
        │   │   ├── netstandard1.1
        │   │   ├── netstandard1.3
        │   │   ├── portable-net45 win8 wpa81
        │   │   ├── win8
        │   │   ├── wpa81
        │   │   ├── xamarinios10
        │   │   ├── xamarintvos10
        │   │   └── xamarinwatchos10
        │   └── runtimes
        │       ├── unix
        │       └── win
        ├── System.Net.Primitives.4.3.0
        │   ├── System.Net.Primitives.4.3.0.nupkg
        │   ├── ThirdPartyNotices.txt
        │   ├── dotnet_library_license.txt
        │   ├── lib
        │   │   ├── MonoAndroid10
        │   │   ├── MonoTouch10
        │   │   ├── net45
        │   │   ├── portable-net45 win8 wp8 wpa81
        │   │   ├── win8
        │   │   ├── wp80
        │   │   ├── wpa81
        │   │   ├── xamarinios10
        │   │   ├── xamarinmac20
        │   │   ├── xamarintvos10
        │   │   └── xamarinwatchos10
        │   └── ref
        │       ├── MonoAndroid10
        │       ├── MonoTouch10
        │       ├── net45
        │       ├── netcore50
        │       ├── netstandard1.0
        │       ├── netstandard1.1
        │       ├── netstandard1.3
        │       ├── portable-net45 win8 wp8 wpa81
        │       ├── win8
        │       ├── wp80
        │       ├── wpa81
        │       ├── xamarinios10
        │       ├── xamarinmac20
        │       ├── xamarintvos10
        │       └── xamarinwatchos10
        ├── System.Net.Sockets.4.3.0
        │   ├── System.Net.Sockets.4.3.0.nupkg
        │   ├── ThirdPartyNotices.txt
        │   ├── dotnet_library_license.txt
        │   ├── lib
        │   │   ├── MonoAndroid10
        │   │   ├── MonoTouch10
        │   │   ├── net46
        │   │   ├── xamarinios10
        │   │   ├── xamarinmac20
        │   │   ├── xamarintvos10
        │   │   └── xamarinwatchos10
        │   └── ref
        │       ├── MonoAndroid10
        │       ├── MonoTouch10
        │       ├── net46
        │       ├── netstandard1.3
        │       ├── xamarinios10
        │       ├── xamarinmac20
        │       ├── xamarintvos10
        │       └── xamarinwatchos10
        ├── System.Numerics.Vectors.4.3.0
        │   ├── System.Numerics.Vectors.4.3.0.nupkg
        │   ├── ThirdPartyNotices.txt
        │   ├── dotnet_library_license.txt
        │   ├── lib
        │   │   ├── MonoAndroid10
        │   │   ├── MonoTouch10
        │   │   ├── net46
        │   │   ├── netstandard1.0
        │   │   ├── portable-net45 win8 wp8 wpa81
        │   │   ├── xamarinios10
        │   │   ├── xamarinmac20
        │   │   ├── xamarintvos10
        │   │   └── xamarinwatchos10
        │   └── ref
        │       ├── MonoAndroid10
        │       ├── MonoTouch10
        │       ├── net46
        │       ├── netstandard1.0
        │       ├── xamarinios10
        │       ├── xamarinmac20
        │       ├── xamarintvos10
        │       └── xamarinwatchos10
        ├── System.ObjectModel.4.3.0
        │   ├── System.ObjectModel.4.3.0.nupkg
        │   ├── ThirdPartyNotices.txt
        │   ├── dotnet_library_license.txt
        │   ├── lib
        │   │   ├── MonoAndroid10
        │   │   ├── MonoTouch10
        │   │   ├── net45
        │   │   ├── netcore50
        │   │   ├── netstandard1.3
        │   │   ├── portable-net45 win8 wp8 wpa81
        │   │   ├── win8
        │   │   ├── wp80
        │   │   ├── wpa81
        │   │   ├── xamarinios10
        │   │   ├── xamarinmac20
        │   │   ├── xamarintvos10
        │   │   └── xamarinwatchos10
        │   └── ref
        │       ├── MonoAndroid10
        │       ├── MonoTouch10
        │       ├── net45
        │       ├── netcore50
        │       ├── netstandard1.0
        │       ├── netstandard1.3
        │       ├── portable-net45 win8 wp8 wpa81
        │       ├── win8
        │       ├── wp80
        │       ├── wpa81
        │       ├── xamarinios10
        │       ├── xamarinmac20
        │       ├── xamarintvos10
        │       └── xamarinwatchos10
        ├── System.Reflection.4.3.0
        │   ├── System.Reflection.4.3.0.nupkg
        │   ├── ThirdPartyNotices.txt
        │   ├── dotnet_library_license.txt
        │   ├── lib
        │   │   ├── MonoAndroid10
        │   │   ├── MonoTouch10
        │   │   ├── net45
        │   │   ├── net462
        │   │   ├── portable-net45 win8 wp8 wpa81
        │   │   ├── win8
        │   │   ├── wp80
        │   │   ├── wpa81
        │   │   ├── xamarinios10
        │   │   ├── xamarinmac20
        │   │   ├── xamarintvos10
        │   │   └── xamarinwatchos10
        │   └── ref
        │       ├── MonoAndroid10
        │       ├── MonoTouch10
        │       ├── net45
        │       ├── net462
        │       ├── netcore50
        │       ├── netstandard1.0
        │       ├── netstandard1.3
        │       ├── netstandard1.5
        │       ├── portable-net45 win8 wp8 wpa81
        │       ├── win8
        │       ├── wp80
        │       ├── wpa81
        │       ├── xamarinios10
        │       ├── xamarinmac20
        │       ├── xamarintvos10
        │       └── xamarinwatchos10
        ├── System.Reflection.Extensions.4.3.0
        │   ├── System.Reflection.Extensions.4.3.0.nupkg
        │   ├── ThirdPartyNotices.txt
        │   ├── dotnet_library_license.txt
        │   ├── lib
        │   │   ├── MonoAndroid10
        │   │   ├── MonoTouch10
        │   │   ├── net45
        │   │   ├── portable-net45 win8 wp8 wpa81
        │   │   ├── win8
        │   │   ├── wp80
        │   │   ├── wpa81
        │   │   ├── xamarinios10
        │   │   ├── xamarinmac20
        │   │   ├── xamarintvos10
        │   │   └── xamarinwatchos10
        │   └── ref
        │       ├── MonoAndroid10
        │       ├── MonoTouch10
        │       ├── net45
        │       ├── netcore50
        │       ├── netstandard1.0
        │       ├── portable-net45 win8 wp8 wpa81
        │       ├── win8
        │       ├── wp80
        │       ├── wpa81
        │       ├── xamarinios10
        │       ├── xamarinmac20
        │       ├── xamarintvos10
        │       └── xamarinwatchos10
        ├── System.Reflection.Metadata.1.4.1
        │   ├── System.Reflection.Metadata.1.4.1.nupkg
        │   ├── ThirdPartyNotices.txt
        │   ├── dotnet_library_license.txt
        │   └── lib
        │       ├── netstandard1.1
        │       └── portable-net45 win8
        ├── System.Reflection.Primitives.4.3.0
        │   ├── System.Reflection.Primitives.4.3.0.nupkg
        │   ├── ThirdPartyNotices.txt
        │   ├── dotnet_library_license.txt
        │   ├── lib
        │   │   ├── MonoAndroid10
        │   │   ├── MonoTouch10
        │   │   ├── net45
        │   │   ├── portable-net45 win8 wp8 wpa81
        │   │   ├── win8
        │   │   ├── wp80
        │   │   ├── wpa81
        │   │   ├── xamarinios10
        │   │   ├── xamarinmac20
        │   │   ├── xamarintvos10
        │   │   └── xamarinwatchos10
        │   └── ref
        │       ├── MonoAndroid10
        │       ├── MonoTouch10
        │       ├── net45
        │       ├── netcore50
        │       ├── netstandard1.0
        │       ├── portable-net45 win8 wp8 wpa81
        │       ├── win8
        │       ├── wp80
        │       ├── wpa81
        │       ├── xamarinios10
        │       ├── xamarinmac20
        │       ├── xamarintvos10
        │       └── xamarinwatchos10
        ├── System.Resources.ResourceManager.4.3.0
        │   ├── System.Resources.ResourceManager.4.3.0.nupkg
        │   ├── ThirdPartyNotices.txt
        │   ├── dotnet_library_license.txt
        │   ├── lib
        │   │   ├── MonoAndroid10
        │   │   ├── MonoTouch10
        │   │   ├── net45
        │   │   ├── portable-net45 win8 wp8 wpa81
        │   │   ├── win8
        │   │   ├── wp80
        │   │   ├── wpa81
        │   │   ├── xamarinios10
        │   │   ├── xamarinmac20
        │   │   ├── xamarintvos10
        │   │   └── xamarinwatchos10
        │   └── ref
        │       ├── MonoAndroid10
        │       ├── MonoTouch10
        │       ├── net45
        │       ├── netcore50
        │       ├── netstandard1.0
        │       ├── portable-net45 win8 wp8 wpa81
        │       ├── win8
        │       ├── wp80
        │       ├── wpa81
        │       ├── xamarinios10
        │       ├── xamarinmac20
        │       ├── xamarintvos10
        │       └── xamarinwatchos10
        ├── System.Runtime.4.3.0
        │   ├── System.Runtime.4.3.0.nupkg
        │   ├── ThirdPartyNotices.txt
        │   ├── dotnet_library_license.txt
        │   ├── lib
        │   │   ├── MonoAndroid10
        │   │   ├── MonoTouch10
        │   │   ├── net45
        │   │   ├── net462
        │   │   ├── portable-net45 win8 wp80 wpa81
        │   │   ├── win8
        │   │   ├── wp80
        │   │   ├── wpa81
        │   │   ├── xamarinios10
        │   │   ├── xamarinmac20
        │   │   ├── xamarintvos10
        │   │   └── xamarinwatchos10
        │   └── ref
        │       ├── MonoAndroid10
        │       ├── MonoTouch10
        │       ├── net45
        │       ├── net462
        │       ├── netcore50
        │       ├── netstandard1.0
        │       ├── netstandard1.2
        │       ├── netstandard1.3
        │       ├── netstandard1.5
        │       ├── portable-net45 win8 wp80 wpa81
        │       ├── win8
        │       ├── wp80
        │       ├── wpa81
        │       ├── xamarinios10
        │       ├── xamarinmac20
        │       ├── xamarintvos10
        │       └── xamarinwatchos10
        ├── System.Runtime.CompilerServices.Unsafe.4.3.0
        │   ├── System.Runtime.CompilerServices.Unsafe.4.3.0.nupkg
        │   ├── ThirdPartyNotices.txt
        │   ├── dotnet_library_license.txt
        │   └── lib
        │       └── netstandard1.0
        ├── System.Runtime.Extensions.4.3.0
        │   ├── System.Runtime.Extensions.4.3.0.nupkg
        │   ├── ThirdPartyNotices.txt
        │   ├── dotnet_library_license.txt
        │   ├── lib
        │   │   ├── MonoAndroid10
        │   │   ├── MonoTouch10
        │   │   ├── net45
        │   │   ├── net462
        │   │   ├── portable-net45 win8 wp8 wpa81
        │   │   ├── win8
        │   │   ├── wp80
        │   │   ├── wpa81
        │   │   ├── xamarinios10
        │   │   ├── xamarinmac20
        │   │   ├── xamarintvos10
        │   │   └── xamarinwatchos10
        │   └── ref
        │       ├── MonoAndroid10
        │       ├── MonoTouch10
        │       ├── net45
        │       ├── net462
        │       ├── netcore50
        │       ├── netstandard1.0
        │       ├── netstandard1.3
        │       ├── netstandard1.5
        │       ├── portable-net45 win8 wp8 wpa81
        │       ├── win8
        │       ├── wp80
        │       ├── wpa81
        │       ├── xamarinios10
        │       ├── xamarinmac20
        │       ├── xamarintvos10
        │       └── xamarinwatchos10
        ├── System.Runtime.Handles.4.3.0
        │   ├── System.Runtime.Handles.4.3.0.nupkg
        │   ├── ThirdPartyNotices.txt
        │   ├── dotnet_library_license.txt
        │   ├── lib
        │   │   ├── MonoAndroid10
        │   │   ├── MonoTouch10
        │   │   ├── net46
        │   │   ├── xamarinios10
        │   │   ├── xamarinmac20
        │   │   ├── xamarintvos10
        │   │   └── xamarinwatchos10
        │   └── ref
        │       ├── MonoAndroid10
        │       ├── MonoTouch10
        │       ├── net46
        │       ├── netstandard1.3
        │       ├── xamarinios10
        │       ├── xamarinmac20
        │       ├── xamarintvos10
        │       └── xamarinwatchos10
        ├── System.Runtime.InteropServices.4.3.0
        │   ├── System.Runtime.InteropServices.4.3.0.nupkg
        │   ├── ThirdPartyNotices.txt
        │   ├── dotnet_library_license.txt
        │   ├── lib
        │   │   ├── MonoAndroid10
        │   │   ├── MonoTouch10
        │   │   ├── net45
        │   │   ├── net462
        │   │   ├── net463
        │   │   ├── portable-net45 win8 wpa81
        │   │   ├── win8
        │   │   ├── wpa81
        │   │   ├── xamarinios10
        │   │   ├── xamarinmac20
        │   │   ├── xamarintvos10
        │   │   └── xamarinwatchos10
        │   └── ref
        │       ├── MonoAndroid10
        │       ├── MonoTouch10
        │       ├── net45
        │       ├── net462
        │       ├── net463
        │       ├── netcore50
        │       ├── netcoreapp1.1
        │       ├── netstandard1.1
        │       ├── netstandard1.2
        │       ├── netstandard1.3
        │       ├── netstandard1.5
        │       ├── portable-net45 win8 wpa81
        │       ├── win8
        │       ├── wpa81
        │       ├── xamarinios10
        │       ├── xamarinmac20
        │       ├── xamarintvos10
        │       └── xamarinwatchos10
        ├── System.Runtime.InteropServices.RuntimeInformation.4.3.0
        │   ├── System.Runtime.InteropServices.RuntimeInformation.4.3.0.nupkg
        │   ├── ThirdPartyNotices.txt
        │   ├── dotnet_library_license.txt
        │   ├── lib
        │   │   ├── MonoAndroid10
        │   │   ├── MonoTouch10
        │   │   ├── net45
        │   │   ├── netstandard1.1
        │   │   ├── win8
        │   │   ├── wpa81
        │   │   ├── xamarinios10
        │   │   ├── xamarinmac20
        │   │   ├── xamarintvos10
        │   │   └── xamarinwatchos10
        │   ├── ref
        │   │   ├── MonoAndroid10
        │   │   ├── MonoTouch10
        │   │   ├── netstandard1.1
        │   │   ├── xamarinios10
        │   │   ├── xamarinmac20
        │   │   ├── xamarintvos10
        │   │   └── xamarinwatchos10
        │   └── runtimes
        │       ├── aot
        │       ├── unix
        │       └── win
        ├── System.Runtime.Numerics.4.3.0
        │   ├── System.Runtime.Numerics.4.3.0.nupkg
        │   ├── ThirdPartyNotices.txt
        │   ├── dotnet_library_license.txt
        │   ├── lib
        │   │   ├── MonoAndroid10
        │   │   ├── MonoTouch10
        │   │   ├── net45
        │   │   ├── netcore50
        │   │   ├── netstandard1.3
        │   │   ├── portable-net45 win8 wpa81
        │   │   ├── win8
        │   │   ├── wpa81
        │   │   ├── xamarinios10
        │   │   ├── xamarinmac20
        │   │   ├── xamarintvos10
        │   │   └── xamarinwatchos10
        │   └── ref
        │       ├── MonoAndroid10
        │       ├── MonoTouch10
        │       ├── net45
        │       ├── netcore50
        │       ├── netstandard1.1
        │       ├── portable-net45 win8 wpa81
        │       ├── win8
        │       ├── wpa81
        │       ├── xamarinios10
        │       ├── xamarinmac20
        │       ├── xamarintvos10
        │       └── xamarinwatchos10
        ├── System.Security.Cryptography.Algorithms.4.3.0
        │   ├── System.Security.Cryptography.Algorithms.4.3.0.nupkg
        │   ├── ThirdPartyNotices.txt
        │   ├── dotnet_library_license.txt
        │   ├── lib
        │   │   ├── MonoAndroid10
        │   │   ├── MonoTouch10
        │   │   ├── net46
        │   │   ├── net461
        │   │   ├── net463
        │   │   ├── xamarinios10
        │   │   ├── xamarinmac20
        │   │   ├── xamarintvos10
        │   │   └── xamarinwatchos10
        │   ├── ref
        │   │   ├── MonoAndroid10
        │   │   ├── MonoTouch10
        │   │   ├── net46
        │   │   ├── net461
        │   │   ├── net463
        │   │   ├── netstandard1.3
        │   │   ├── netstandard1.4
        │   │   ├── netstandard1.6
        │   │   ├── xamarinios10
        │   │   ├── xamarinmac20
        │   │   ├── xamarintvos10
        │   │   └── xamarinwatchos10
        │   └── runtimes
        │       ├── osx
        │       ├── unix
        │       └── win
        ├── System.Security.Cryptography.Encoding.4.3.0
        │   ├── System.Security.Cryptography.Encoding.4.3.0.nupkg
        │   ├── ThirdPartyNotices.txt
        │   ├── dotnet_library_license.txt
        │   ├── lib
        │   │   ├── MonoAndroid10
        │   │   ├── MonoTouch10
        │   │   ├── net46
        │   │   ├── xamarinios10
        │   │   ├── xamarinmac20
        │   │   ├── xamarintvos10
        │   │   └── xamarinwatchos10
        │   ├── ref
        │   │   ├── MonoAndroid10
        │   │   ├── MonoTouch10
        │   │   ├── net46
        │   │   ├── netstandard1.3
        │   │   ├── xamarinios10
        │   │   ├── xamarinmac20
        │   │   ├── xamarintvos10
        │   │   └── xamarinwatchos10
        │   └── runtimes
        │       ├── unix
        │       └── win
        ├── System.Security.Cryptography.Primitives.4.3.0
        │   ├── System.Security.Cryptography.Primitives.4.3.0.nupkg
        │   ├── ThirdPartyNotices.txt
        │   ├── dotnet_library_license.txt
        │   ├── lib
        │   │   ├── MonoAndroid10
        │   │   ├── MonoTouch10
        │   │   ├── net46
        │   │   ├── netstandard1.3
        │   │   ├── xamarinios10
        │   │   ├── xamarinmac20
        │   │   ├── xamarintvos10
        │   │   └── xamarinwatchos10
        │   └── ref
        │       ├── MonoAndroid10
        │       ├── MonoTouch10
        │       ├── net46
        │       ├── netstandard1.3
        │       ├── xamarinios10
        │       ├── xamarinmac20
        │       ├── xamarintvos10
        │       └── xamarinwatchos10
        ├── System.Security.Cryptography.X509Certificates.4.3.0
        │   ├── System.Security.Cryptography.X509Certificates.4.3.0.nupkg
        │   ├── ThirdPartyNotices.txt
        │   ├── dotnet_library_license.txt
        │   ├── lib
        │   │   ├── MonoAndroid10
        │   │   ├── MonoTouch10
        │   │   ├── net46
        │   │   ├── net461
        │   │   ├── xamarinios10
        │   │   ├── xamarinmac20
        │   │   ├── xamarintvos10
        │   │   └── xamarinwatchos10
        │   ├── ref
        │   │   ├── MonoAndroid10
        │   │   ├── MonoTouch10
        │   │   ├── net46
        │   │   ├── net461
        │   │   ├── netstandard1.3
        │   │   ├── netstandard1.4
        │   │   ├── xamarinios10
        │   │   ├── xamarinmac20
        │   │   ├── xamarintvos10
        │   │   └── xamarinwatchos10
        │   └── runtimes
        │       ├── unix
        │       └── win
        ├── System.Text.Encoding.4.3.0
        │   ├── System.Text.Encoding.4.3.0.nupkg
        │   ├── ThirdPartyNotices.txt
        │   ├── dotnet_library_license.txt
        │   ├── lib
        │   │   ├── MonoAndroid10
        │   │   ├── MonoTouch10
        │   │   ├── net45
        │   │   ├── portable-net45 win8 wp8 wpa81
        │   │   ├── win8
        │   │   ├── wp80
        │   │   ├── wpa81
        │   │   ├── xamarinios10
        │   │   ├── xamarinmac20
        │   │   ├── xamarintvos10
        │   │   └── xamarinwatchos10
        │   └── ref
        │       ├── MonoAndroid10
        │       ├── MonoTouch10
        │       ├── net45
        │       ├── netcore50
        │       ├── netstandard1.0
        │       ├── netstandard1.3
        │       ├── portable-net45 win8 wp8 wpa81
        │       ├── win8
        │       ├── wp80
        │       ├── wpa81
        │       ├── xamarinios10
        │       ├── xamarinmac20
        │       ├── xamarintvos10
        │       └── xamarinwatchos10
        ├── System.Text.Encoding.Extensions.4.3.0
        │   ├── System.Text.Encoding.Extensions.4.3.0.nupkg
        │   ├── ThirdPartyNotices.txt
        │   ├── dotnet_library_license.txt
        │   ├── lib
        │   │   ├── MonoAndroid10
        │   │   ├── MonoTouch10
        │   │   ├── net45
        │   │   ├── portable-net45 win8 wp8 wpa81
        │   │   ├── win8
        │   │   ├── wp80
        │   │   ├── wpa81
        │   │   ├── xamarinios10
        │   │   ├── xamarinmac20
        │   │   ├── xamarintvos10
        │   │   └── xamarinwatchos10
        │   └── ref
        │       ├── MonoAndroid10
        │       ├── MonoTouch10
        │       ├── net45
        │       ├── netcore50
        │       ├── netstandard1.0
        │       ├── netstandard1.3
        │       ├── portable-net45 win8 wp8 wpa81
        │       ├── win8
        │       ├── wp80
        │       ├── wpa81
        │       ├── xamarinios10
        │       ├── xamarinmac20
        │       ├── xamarintvos10
        │       └── xamarinwatchos10
        ├── System.Text.Encodings.Web.4.3.1
        │   ├── System.Text.Encodings.Web.4.3.1.nupkg
        │   ├── ThirdPartyNotices.txt
        │   ├── dotnet_library_license.txt
        │   └── lib
        │       └── netstandard1.0
        ├── System.Text.RegularExpressions.4.3.0
        │   ├── System.Text.RegularExpressions.4.3.0.nupkg
        │   ├── ThirdPartyNotices.txt
        │   ├── dotnet_library_license.txt
        │   ├── lib
        │   │   ├── MonoAndroid10
        │   │   ├── MonoTouch10
        │   │   ├── net45
        │   │   ├── net463
        │   │   ├── netcore50
        │   │   ├── netstandard1.6
        │   │   ├── portable-net45 win8 wp8 wpa81
        │   │   ├── win8
        │   │   ├── wp80
        │   │   ├── wpa81
        │   │   ├── xamarinios10
        │   │   ├── xamarinmac20
        │   │   ├── xamarintvos10
        │   │   └── xamarinwatchos10
        │   └── ref
        │       ├── MonoAndroid10
        │       ├── MonoTouch10
        │       ├── net45
        │       ├── net463
        │       ├── netcore50
        │       ├── netcoreapp1.1
        │       ├── netstandard1.0
        │       ├── netstandard1.3
        │       ├── netstandard1.6
        │       ├── portable-net45 win8 wp8 wpa81
        │       ├── win8
        │       ├── wp80
        │       ├── wpa81
        │       ├── xamarinios10
        │       ├── xamarinmac20
        │       ├── xamarintvos10
        │       └── xamarinwatchos10
        ├── System.Threading.4.3.0
        │   ├── System.Threading.4.3.0.nupkg
        │   ├── ThirdPartyNotices.txt
        │   ├── dotnet_library_license.txt
        │   ├── lib
        │   │   ├── MonoAndroid10
        │   │   ├── MonoTouch10
        │   │   ├── net45
        │   │   ├── netcore50
        │   │   ├── netstandard1.3
        │   │   ├── portable-net45 win8 wp8 wpa81
        │   │   ├── win8
        │   │   ├── wp80
        │   │   ├── wpa81
        │   │   ├── xamarinios10
        │   │   ├── xamarinmac20
        │   │   ├── xamarintvos10
        │   │   └── xamarinwatchos10
        │   ├── ref
        │   │   ├── MonoAndroid10
        │   │   ├── MonoTouch10
        │   │   ├── net45
        │   │   ├── netcore50
        │   │   ├── netstandard1.0
        │   │   ├── netstandard1.3
        │   │   ├── portable-net45 win8 wp8 wpa81
        │   │   ├── win8
        │   │   ├── wp80
        │   │   ├── wpa81
        │   │   ├── xamarinios10
        │   │   ├── xamarinmac20
        │   │   ├── xamarintvos10
        │   │   └── xamarinwatchos10
        │   └── runtimes
        │       └── aot
        ├── System.Threading.Tasks.4.3.0
        │   ├── System.Threading.Tasks.4.3.0.nupkg
        │   ├── ThirdPartyNotices.txt
        │   ├── dotnet_library_license.txt
        │   ├── lib
        │   │   ├── MonoAndroid10
        │   │   ├── MonoTouch10
        │   │   ├── net45
        │   │   ├── portable-net45 win8 wp8 wpa81
        │   │   ├── win8
        │   │   ├── wp80
        │   │   ├── wpa81
        │   │   ├── xamarinios10
        │   │   ├── xamarinmac20
        │   │   ├── xamarintvos10
        │   │   └── xamarinwatchos10
        │   └── ref
        │       ├── MonoAndroid10
        │       ├── MonoTouch10
        │       ├── net45
        │       ├── netcore50
        │       ├── netstandard1.0
        │       ├── netstandard1.3
        │       ├── portable-net45 win8 wp8 wpa81
        │       ├── win8
        │       ├── wp80
        │       ├── wpa81
        │       ├── xamarinios10
        │       ├── xamarinmac20
        │       ├── xamarintvos10
        │       └── xamarinwatchos10
        ├── System.Threading.Tasks.Extensions.4.3.0
        │   ├── System.Threading.Tasks.Extensions.4.3.0.nupkg
        │   ├── ThirdPartyNotices.txt
        │   ├── dotnet_library_license.txt
        │   └── lib
        │       ├── netstandard1.0
        │       └── portable-net45 win8 wp8 wpa81
        ├── System.Threading.Timer.4.3.0
        │   ├── System.Threading.Timer.4.3.0.nupkg
        │   ├── ThirdPartyNotices.txt
        │   ├── dotnet_library_license.txt
        │   ├── lib
        │   │   ├── MonoAndroid10
        │   │   ├── MonoTouch10
        │   │   ├── net451
        │   │   ├── portable-net451 win81 wpa81
        │   │   ├── win81
        │   │   ├── wpa81
        │   │   ├── xamarinios10
        │   │   ├── xamarinmac20
        │   │   ├── xamarintvos10
        │   │   └── xamarinwatchos10
        │   └── ref
        │       ├── MonoAndroid10
        │       ├── MonoTouch10
        │       ├── net451
        │       ├── netcore50
        │       ├── netstandard1.2
        │       ├── portable-net451 win81 wpa81
        │       ├── win81
        │       ├── wpa81
        │       ├── xamarinios10
        │       ├── xamarinmac20
        │       ├── xamarintvos10
        │       └── xamarinwatchos10
        ├── System.Xml.ReaderWriter.4.3.0
        │   ├── System.Xml.ReaderWriter.4.3.0.nupkg
        │   ├── ThirdPartyNotices.txt
        │   ├── dotnet_library_license.txt
        │   ├── lib
        │   │   ├── MonoAndroid10
        │   │   ├── MonoTouch10
        │   │   ├── net45
        │   │   ├── net46
        │   │   ├── netcore50
        │   │   ├── netstandard1.3
        │   │   ├── portable-net45 win8 wp8 wpa81
        │   │   ├── win8
        │   │   ├── wp80
        │   │   ├── wpa81
        │   │   ├── xamarinios10
        │   │   ├── xamarinmac20
        │   │   ├── xamarintvos10
        │   │   └── xamarinwatchos10
        │   └── ref
        │       ├── MonoAndroid10
        │       ├── MonoTouch10
        │       ├── net45
        │       ├── net46
        │       ├── netcore50
        │       ├── netstandard1.0
        │       ├── netstandard1.3
        │       ├── portable-net45 win8 wp8 wpa81
        │       ├── win8
        │       ├── wp80
        │       ├── wpa81
        │       ├── xamarinios10
        │       ├── xamarinmac20
        │       ├── xamarintvos10
        │       └── xamarinwatchos10
        └── System.Xml.XDocument.4.3.0
            ├── System.Xml.XDocument.4.3.0.nupkg
            ├── ThirdPartyNotices.txt
            ├── dotnet_library_license.txt
            ├── lib
            │   ├── MonoAndroid10
            │   ├── MonoTouch10
            │   ├── net45
            │   ├── netcore50
            │   ├── netstandard1.3
            │   ├── portable-net45 win8 wp8 wpa81
            │   ├── win8
            │   ├── wp80
            │   ├── wpa81
            │   ├── xamarinios10
            │   ├── xamarinmac20
            │   ├── xamarintvos10
            │   └── xamarinwatchos10
            └── ref
                ├── MonoAndroid10
                ├── MonoTouch10
                ├── net45
                ├── netcore50
                ├── netstandard1.0
                ├── netstandard1.3
                ├── portable-net45 win8 wp8 wpa81
                ├── win8
                ├── wp80
                ├── wpa81
                ├── xamarinios10
                ├── xamarinmac20
                ├── xamarintvos10
                └── xamarinwatchos10

1432 directories, 711 files


实例下载地址

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警