File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/Microsoft.PowerShell.ConsoleHost/host/msh Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
6
6
using System ;
7
7
using System . IO ;
8
- using System . Runtime . Loader ;
9
8
8000
code>
using System . Runtime . InteropServices ;
9
+ using System . Runtime . Loader ;
10
10
11
11
namespace Microsoft . PowerShell
12
12
{
@@ -19,10 +19,10 @@ public static class NativeHost
19
19
/// Load an assembly in memory from unmanaged code.
20
20
/// </summary>
21
21
/// <param name="data">
22
- /// Unmanaged pointer to assembly data buffer
22
+ /// Unmanaged pointer to assembly data buffer.
23
23
/// </param>
24
24
/// <param name="size">
25
- /// Size in bytes of the assembly data buffer
25
+ /// Size in bytes of the assembly data buffer.
26
26
/// </param>
27
27
[ UnmanagedCallersOnly ]
28
28
public static void LoadAssemblyData ( IntPtr data , int size )
You can’t perform that action at this time.
0 commit comments