Skip to content

Commit 0f7040d

Browse files
Update to new version : 7.3.0.0
1 parent 8b2dddc commit 0f7040d

File tree

41 files changed

+115
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+115
-1
lines changed
Binary file not shown.

.NET/Libraries/net35/UnderAutomation.UniversalRobots.xml

+6
Original file line numberDiff line numberDiff line change
@@ -7428,6 +7428,12 @@
74287428
<exception cref="T:UnderAutomation.UniversalRobots.Ssh.Tools.Common.SshException">A SSH error where <see cref="P:System.Exception.Message" /> is the message from the remote host.</exception>
74297429
<exception cref="T:System.ObjectDisposedException">The method was called after the client was disposed.</exception>
74307430
</member>
7431+
<member name="M:UnderAutomation.UniversalRobots.Ssh.Internal.SftpClientBase.EnumeratePrograms">
7432+
<summary>
7433+
Enumerates programs with .urp extension. It seraches programs in "/programs" if it exists, or "/home/ur/ursim-current/programs" for simulator
7434+
</summary>
7435+
<returns>Array of program name</returns>
7436+
</member>
74317437
<member name="M:UnderAutomation.UniversalRobots.Ssh.Internal.SftpClientBase.BeginListDirectory(System.String,System.AsyncCallback,System.Object,System.Action{System.Int32})">
74327438
<summary>
74337439
Begins an asynchronous operation of retrieving list of files in remote directory.
Binary file not shown.

.NET/Libraries/net40/UnderAutomation.UniversalRobots.xml

+6
Original file line numberDiff line numberDiff line change
@@ -7428,6 +7428,12 @@
74287428
<exception cref="T:UnderAutomation.UniversalRobots.Ssh.Tools.Common.SshException">A SSH error where <see cref="P:System.Exception.Message" /> is the message from the remote host.</exception>
74297429
<exception cref="T:System.ObjectDisposedException">The method was called after the client was disposed.</exception>
74307430
</member>
7431+
<member name="M:UnderAutomation.UniversalRobots.Ssh.Internal.SftpClientBase.EnumeratePrograms">
7432+
<summary>
7433+
Enumerates programs with .urp extension. It seraches programs in "/programs" if it exists, or "/home/ur/ursim-current/programs" for simulator
7434+
</summary>
7435+
<returns>Array of program name</returns>
7436+
</member>
74317437
<member name="M:UnderAutomation.UniversalRobots.Ssh.Internal.SftpClientBase.BeginListDirectory(System.String,System.AsyncCallback,System.Object,System.Action{System.Int32})">
74327438
<summary>
74337439
Begins an asynchronous operation of retrieving list of files in remote directory.
Binary file not shown.

.NET/Libraries/net45/UnderAutomation.UniversalRobots.xml

+6
Original file line numberDiff line numberDiff line change
@@ -7428,6 +7428,12 @@
74287428
<exception cref="T:UnderAutomation.UniversalRobots.Ssh.Tools.Common.SshException">A SSH error where <see cref="P:System.Exception.Message" /> is the message from the remote host.</exception>
74297429
<exception cref="T:System.ObjectDisposedException">The method was called after the client was disposed.</exception>
74307430
</member>
7431+
<member name="M:UnderAutomation.UniversalRobots.Ssh.Internal.SftpClientBase.EnumeratePrograms">
7432+
<summary>
7433+
Enumerates programs with .urp extension. It seraches programs in "/programs" if it exists, or "/home/ur/ursim-current/programs" for simulator
7434+
</summary>
7435+
<returns>Array of program name</returns>
7436+
</member>
74317437
<member name="M:UnderAutomation.UniversalRobots.Ssh.Internal.SftpClientBase.BeginListDirectory(System.String,System.AsyncCallback,System.Object,System.Action{System.Int32})">
74327438
<summary>
74337439
Begins an asynchronous operation of retrieving list of files in remote directory.
Binary file not shown.

.NET/Libraries/net451/UnderAutomation.UniversalRobots.xml

+6
Original file line numberDiff line numberDiff line change
@@ -7428,6 +7428,12 @@
74287428
<exception cref="T:UnderAutomation.UniversalRobots.Ssh.Tools.Common.SshException">A SSH error where <see cref="P:System.Exception.Message" /> is the message from the remote host.</exception>
74297429
<exception cref="T:System.ObjectDisposedException">The method was called after the client was disposed.</exception>
74307430
</member>
7431+
<member name="M:UnderAutomation.UniversalRobots.Ssh.Internal.SftpClientBase.EnumeratePrograms">
7432+
<summary>
7433+
Enumerates programs with .urp extension. It seraches programs in "/programs" if it exists, or "/home/ur/ursim-current/programs" for simulator
7434+
</summary>
7435+
<returns>Array of program name</returns>
7436+
</member>
74317437
<member name="M:UnderAutomation.UniversalRobots.Ssh.Internal.SftpClientBase.BeginListDirectory(System.String,System.AsyncCallback,System.Object,System.Action{System.Int32})">
74327438
<summary>
74337439
Begins an asynchronous operation of retrieving list of files in remote directory.
Binary file not shown.

.NET/Libraries/net452/UnderAutomation.UniversalRobots.xml

+6
Original file line numberDiff line numberDiff line change
@@ -7428,6 +7428,12 @@
74287428
<exception cref="T:UnderAutomation.UniversalRobots.Ssh.Tools.Common.SshException">A SSH error where <see cref="P:System.Exception.Message" /> is the message from the remote host.</exception>
74297429
<exception cref="T:System.ObjectDisposedException">The method was called after the client was disposed.</exception>
74307430
</member>
7431+
<member name="M:UnderAutomation.UniversalRobots.Ssh.Internal.SftpClientBase.EnumeratePrograms">
7432+
<summary>
7433+
Enumerates programs with .urp extension. It seraches programs in "/programs" if it exists, or "/home/ur/ursim-current/programs" for simulator
7434+
</summary>
7435+
<returns>Array of program name</returns>
7436+
</member>
74317437
<member name="M:UnderAutomation.UniversalRobots.Ssh.Internal.SftpClientBase.BeginListDirectory(System.String,System.AsyncCallback,System.Object,System.Action{System.Int32})">
74327438
<summary>
74337439
Begins an asynchronous operation of retrieving list of files in remote directory.
Binary file not shown.

.NET/Libraries/net46/UnderAutomation.UniversalRobots.xml

+6
Original file line numberDiff line numberDiff line change
@@ -7428,6 +7428,12 @@
74287428
<exception cref="T:UnderAutomation.UniversalRobots.Ssh.Tools.Common.SshException">A SSH error where <see cref="P:System.Exception.Message" /> is the message from the remote host.</exception>
74297429
<exception cref="T:System.ObjectDisposedException">The method was called after the client was disposed.</exception>
74307430
</member>
7431+
<member name="M:UnderAutomation.UniversalRobots.Ssh.Internal.SftpClientBase.EnumeratePrograms">
7432+
<summary>
7433+
Enumerates programs with .urp extension. It seraches programs in "/programs" if it exists, or "/home/ur/ursim-current/programs" for simulator
7434+
</summary>
7435+
<returns>Array of program name</returns>
7436+
</member>
74317437
<member name="M:UnderAutomation.UniversalRobots.Ssh.Internal.SftpClientBase.BeginListDirectory(System.String,System.AsyncCallback,System.Object,System.Action{System.Int32})">
74327438
<summary>
74337439
Begins an asynchronous operation of retrieving list of files in remote directory.
Binary file not shown.

.NET/Libraries/net461/UnderAutomation.UniversalRobots.xml

+6
Original file line numberDiff line numberDiff line change
@@ -7428,6 +7428,12 @@
74287428
<exception cref="T:UnderAutomation.UniversalRobots.Ssh.Tools.Common.SshException">A SSH error where <see cref="P:System.Exception.Message" /> is the message from the remote host.</exception>
74297429
<exception cref="T:System.ObjectDisposedException">The method was called after the client was disposed.</exception>
74307430
</member>
7431+
<member name="M:UnderAutomation.UniversalRobots.Ssh.Internal.SftpClientBase.EnumeratePrograms">
7432+
<summary>
7433+
Enumerates programs with .urp extension. It seraches programs in "/programs" if it exists, or "/home/ur/ursim-current/programs" for simulator
7434+
</summary>
7435+
<returns>Array of program name</returns>
7436+
</member>
74317437
<member name="M:UnderAutomation.UniversalRobots.Ssh.Internal.SftpClientBase.BeginListDirectory(System.String,System.AsyncCallback,System.Object,System.Action{System.Int32})">
74327438
<summary>
74337439
Begins an asynchronous operation of retrieving list of files in remote directory.
Binary file not shown.

.NET/Libraries/net462/UnderAutomation.UniversalRobots.xml

+6
Original file line numberDiff line numberDiff line change
@@ -7428,6 +7428,12 @@
74287428
<exception cref="T:UnderAutomation.UniversalRobots.Ssh.Tools.Common.SshException">A SSH error where <see cref="P:System.Exception.Message" /> is the message from the remote host.</exception>
74297429
<exception cref="T:System.ObjectDisposedException">The method was called after the client was disposed.</exception>
74307430
</member>
7431+
<member name="M:UnderAutomation.UniversalRobots.Ssh.Internal.SftpClientBase.EnumeratePrograms">
7432+
<summary>
7433+
Enumerates programs with .urp extension. It seraches programs in "/programs" if it exists, or "/home/ur/ursim-current/programs" for simulator
7434+
</summary>
7435+
<returns>Array of program name</returns>
7436+
</member>
74317437
<member name="M:UnderAutomation.UniversalRobots.Ssh.Internal.SftpClientBase.BeginListDirectory(System.String,System.AsyncCallback,System.Object,System.Action{System.Int32})">
74327438
<summary>
74337439
Begins an asynchronous operation of retrieving list of files in remote directory.
Binary file not shown.

.NET/Libraries/net47/UnderAutomation.UniversalRobots.xml

+6
Original file line numberDiff line numberDiff line change
@@ -7428,6 +7428,12 @@
74287428
<exception cref="T:UnderAutomation.UniversalRobots.Ssh.Tools.Common.SshException">A SSH error where <see cref="P:System.Exception.Message" /> is the message from the remote host.</exception>
74297429
<exception cref="T:System.ObjectDisposedException">The method was called after the client was disposed.</exception>
74307430
</member>
7431+
<member name="M:UnderAutomation.UniversalRobots.Ssh.Internal.SftpClientBase.EnumeratePrograms">
7432+
<summary>
7433+
Enumerates programs with .urp extension. It seraches programs in "/programs" if it exists, or "/home/ur/ursim-current/programs" for simulator
7434+
</summary>
7435+
<returns>Array of program name</returns>
7436+
</member>
74317437
<member name="M:UnderAutomation.UniversalRobots.Ssh.Internal.SftpClientBase.BeginListDirectory(System.String,System.AsyncCallback,System.Object,System.Action{System.Int32})">
74327438
<summary>
74337439
Begins an asynchronous operation of retrieving list of files in remote directory.
Binary file not shown.

.NET/Libraries/net471/UnderAutomation.UniversalRobots.xml

+6
Original file line numberDiff line numberDiff line change
@@ -7428,6 +7428,12 @@
74287428
<exception cref="T:UnderAutomation.UniversalRobots.Ssh.Tools.Common.SshException">A SSH error where <see cref="P:System.Exception.Message" /> is the message from the remote host.</exception>
74297429
<exception cref="T:System.ObjectDisposedException">The method was called after the client was disposed.</exception>
74307430
</member>
7431+
<member name="M:UnderAutomation.UniversalRobots.Ssh.Internal.SftpClientBase.EnumeratePrograms">
7432+
<summary>
7433+
Enumerates programs with .urp extension. It seraches programs in "/programs" if it exists, or "/home/ur/ursim-current/programs" for simulator
7434+
</summary>
7435+
<returns>Array of program name</returns>
7436+
</member>
74317437
<member name="M:UnderAutomation.UniversalRobots.Ssh.Internal.SftpClientBase.BeginListDirectory(System.String,System.AsyncCallback,System.Object,System.Action{System.Int32})">
74327438
<summary>
74337439
Begins an asynchronous operation of retrieving list of files in remote directory.
Binary file not shown.

.NET/Libraries/net472/UnderAutomation.UniversalRobots.xml

+6
Original file line numberDiff line numberDiff line change
@@ -7428,6 +7428,12 @@
74287428
<exception cref="T:UnderAutomation.UniversalRobots.Ssh.Tools.Common.SshException">A SSH error where <see cref="P:System.Exception.Message" /> is the message from the remote host.</exception>
74297429
<exception cref="T:System.ObjectDisposedException">The method was called after the client was disposed.</exception>
74307430
</member>
7431+
<member name="M:UnderAutomation.UniversalRobots.Ssh.Internal.SftpClientBase.EnumeratePrograms">
7432+
<summary>
7433+
Enumerates programs with .urp extension. It seraches programs in "/programs" if it exists, or "/home/ur/ursim-current/programs" for simulator
7434+
</summary>
7435+
<returns>Array of program name</returns>
7436+
</member>
74317437
<member name="M:UnderAutomation.UniversalRobots.Ssh.Internal.SftpClientBase.BeginListDirectory(System.String,System.AsyncCallback,System.Object,System.Action{System.Int32})">
74327438
<summary>
74337439
Begins an asynchronous operation of retrieving list of files in remote directory.
Binary file not shown.

.NET/Libraries/net48/UnderAutomation.UniversalRobots.xml

+6
Original file line numberDiff line numberDiff line change
@@ -7428,6 +7428,12 @@
74287428
<exception cref="T:UnderAutomation.UniversalRobots.Ssh.Tools.Common.SshException">A SSH error where <see cref="P:System.Exception.Message" /> is the message from the remote host.</exception>
74297429
<exception cref="T:System.ObjectDisposedException">The method was called after the client was disposed.</exception>
74307430
</member>
7431+
<member name="M:UnderAutomation.UniversalRobots.Ssh.Internal.SftpClientBase.EnumeratePrograms">
7432+
<summary>
7433+
Enumerates programs with .urp extension. It seraches programs in "/programs" if it exists, or "/home/ur/ursim-current/programs" for simulator
7434+
</summary>
7435+
<returns>Array of program name</returns>
7436+
</member>
74317437
<member name="M:UnderAutomation.UniversalRobots.Ssh.Internal.SftpClientBase.BeginListDirectory(System.String,System.AsyncCallback,System.Object,System.Action{System.Int32})">
74327438
<summary>
74337439
Begins an asynchronous operation of retrieving list of files in remote directory.
Binary file not shown.

.NET/Libraries/net50/UnderAutomation.UniversalRobots.xml

+6
Original file line numberDiff line numberDiff line change
@@ -7428,6 +7428,12 @@
74287428
<exception cref="T:UnderAutomation.UniversalRobots.Ssh.Tools.Common.SshException">A SSH error where <see cref="P:System.Exception.Message" /> is the message from the remote host.</exception>
74297429
<exception cref="T:System.ObjectDisposedException">The method was called after the client was disposed.</exception>
74307430
</member>
7431+
<member name="M:UnderAutomation.UniversalRobots.Ssh.Internal.SftpClientBase.EnumeratePrograms">
7432+
<summary>
7433+
Enumerates programs with .urp extension. It seraches programs in "/programs" if it exists, or "/home/ur/ursim-current/programs" for simulator
7434+
</summary>
7435+
<returns>Array of program name</returns>
7436+
</member>
74317437
<member name="M:UnderAutomation.UniversalRobots.Ssh.Internal.SftpClientBase.BeginListDirectory(System.String,System.AsyncCallback,System.Object,System.Action{System.Int32})">
74327438
<summary>
74337439
Begins an asynchronous operation of retrieving list of files in remote directory.
Binary file not shown.

.NET/Libraries/netcoreapp2.0/UnderAutomation.UniversalRobots.xml

+6
Original file line numberDiff line numberDiff line change
@@ -7428,6 +7428,12 @@
74287428
<exception cref="T:UnderAutomation.UniversalRobots.Ssh.Tools.Common.SshException">A SSH error where <see cref="P:System.Exception.Message" /> is the message from the remote host.</exception>
74297429
<exception cref="T:System.ObjectDisposedException">The method was called after the client was disposed.</exception>
74307430
</member>
7431+
<member name="M:UnderAutomation.UniversalRobots.Ssh.Internal.SftpClientBase.EnumeratePrograms">
7432+
<summary>
7433+
Enumerates programs with .urp extension. It seraches programs in "/programs" if it exists, or "/home/ur/ursim-current/programs" for simulator
7434+
</summary>
7435+
<returns>Array of program name</returns>
7436+
</member>
74317437
<member name="M:UnderAutomation.UniversalRobots.Ssh.Internal.SftpClientBase.BeginListDirectory(System.String,System.AsyncCallback,System.Object,System.Action{System.Int32})">
74327438
<summary>
74337439
Begins an asynchronous operation of retrieving list of files in remote directory.
Binary file not shown.

.NET/Libraries/netcoreapp2.1/UnderAutomation.UniversalRobots.xml

+6
Original file line numberDiff line numberDiff line change
@@ -7428,6 +7428,12 @@
74287428
<exception cref="T:UnderAutomation.UniversalRobots.Ssh.Tools.Common.SshException">A SSH error where <see cref="P:System.Exception.Message" /> is the message from the remote host.</exception>
74297429
<exception cref="T:System.ObjectDisposedException">The method was called after the client was disposed.</exception>
74307430
</member>
7431+
<member name="M:UnderAutomation.UniversalRobots.Ssh.Internal.SftpClientBase.EnumeratePrograms">
7432+
<summary>
7433+
Enumerates programs with .urp extension. It seraches programs in "/programs" if it exists, or "/home/ur/ursim-current/programs" for simulator
7434+
</summary>
7435+
<returns>Array of program name</returns>
7436+
</member>
74317437
<member name="M:UnderAutomation.UniversalRobots.Ssh.Internal.SftpClientBase.BeginListDirectory(System.String,System.AsyncCallback,System.Object,System.Action{System.Int32})">
74327438
<summary>
74337439
Begins an asynchronous operation of retrieving list of files in remote directory.
Binary file not shown.

.NET/Libraries/netcoreapp2.2/UnderAutomation.UniversalRobots.xml

+6
Original file line numberDiff line numberDiff line change
@@ -7428,6 +7428,12 @@
74287428
<exception cref="T:UnderAutomation.UniversalRobots.Ssh.Tools.Common.SshException">A SSH error where <see cref="P:System.Exception.Message" /> is the message from the remote host.</exception>
74297429
<exception cref="T:System.ObjectDisposedException">The method was called after the client was disposed.</exception>
74307430
</member>
7431+
<member name="M:UnderAutomation.UniversalRobots.Ssh.Internal.SftpClientBase.EnumeratePrograms">
7432+
<summary>
7433+
Enumerates programs with .urp extension. It seraches programs in "/programs" if it exists, or "/home/ur/ursim-current/programs" for simulator
7434+
</summary>
7435+
<returns>Array of program name</returns>
7436+
</member>
74317437
<member name="M:UnderAutomation.UniversalRobots.Ssh.Internal.SftpClientBase.BeginListDirectory(System.String,System.AsyncCallback,System.Object,System.Action{System.Int32})">
74327438
<summary>
74337439
Begins an asynchronous operation of retrieving list of files in remote directory.
Binary file not shown.

.NET/Libraries/netcoreapp3.0/UnderAutomation.UniversalRobots.xml

+6
Original file line numberDiff line numberDiff line change
@@ -7428,6 +7428,12 @@
74287428
<exception cref="T:UnderAutomation.UniversalRobots.Ssh.Tools.Common.SshException">A SSH error where <see cref="P:System.Exception.Message" /> is the message from the remote host.</exception>
74297429
<exception cref="T:System.ObjectDisposedException">The method was called after the client was disposed.</exception>
74307430
</member>
7431+
<member name="M:UnderAutomation.UniversalRobots.Ssh.Internal.SftpClientBase.EnumeratePrograms">
7432+
<summary>
7433+
Enumerates programs with .urp extension. It seraches programs in "/programs" if it exists, or "/home/ur/ursim-current/programs" for simulator
7434+
</summary>
7435+
<returns>Array of program name</returns>
7436+
</member>
74317437
<member name="M:UnderAutomation.UniversalRobots.Ssh.Internal.SftpClientBase.BeginListDirectory(System.String,System.AsyncCallback,System.Object,System.Action{System.Int32})">
74327438
<summary>
74337439
Begins an asynchronous operation of retrieving list of files in remote directory.
Binary file not shown.

.NET/Libraries/netstandard2.0/UnderAutomation.UniversalRobots.xml

+6
Original file line numberDiff line numberDiff line change
@@ -7428,6 +7428,12 @@
74287428
<exception cref="T:UnderAutomation.UniversalRobots.Ssh.Tools.Common.SshException">A SSH error where <see cref="P:System.Exception.Message" /> is the message from the remote host.</exception>
74297429
<exception cref="T:System.ObjectDisposedException">The method was called after the client was disposed.</exception>
74307430
</member>
7431+
<member name="M:UnderAutomation.UniversalRobots.Ssh.Internal.SftpClientBase.EnumeratePrograms">
7432+
<summary>
7433+
Enumerates programs with .urp extension. It seraches programs in "/programs" if it exists, or "/home/ur/ursim-current/programs" for simulator
7434+
</summary>
7435+
<returns>Array of program name</returns>
7436+
</member>
74317437
<member name="M:UnderAutomation.UniversalRobots.Ssh.Internal.SftpClientBase.BeginListDirectory(System.String,System.AsyncCallback,System.Object,System.Action{System.Int32})">
74327438
<summary>
74337439
Begins an asynchronous operation of retrieving list of files in remote directory.
Binary file not shown.

.NET/Libraries/netstandard2.1/UnderAutomation.UniversalRobots.xml

+6
Original file line numberDiff line numberDiff line change
@@ -7428,6 +7428,12 @@
74287428
<exception cref="T:UnderAutomation.UniversalRobots.Ssh.Tools.Common.SshException">A SSH error where <see cref="P:System.Exception.Message" /> is the message from the remote host.</exception>
74297429
<exception cref="T:System.ObjectDisposedException">The method was called after the client was disposed.</exception>
74307430
</member>
7431+
<member name="M:UnderAutomation.UniversalRobots.Ssh.Internal.SftpClientBase.EnumeratePrograms">
7432+
<summary>
7433+
Enumerates programs with .urp extension. It seraches programs in "/programs" if it exists, or "/home/ur/ursim-current/programs" for simulator
7434+
</summary>
7435+
<returns>Array of program name</returns>
7436+
</member>
74317437
<member name="M:UnderAutomation.UniversalRobots.Ssh.Internal.SftpClientBase.BeginListDirectory(System.String,System.AsyncCallback,System.Object,System.Action{System.Int32})">
74327438
<summary>
74337439
Begins an asynchronous operation of retrieving list of files in remote directory.
512 Bytes
Binary file not shown.
Binary file not shown.

whatsNew.md

+1-1

0 commit comments

Comments
 (0)