File tree Expand file tree Collapse file tree 5 files changed +20
-20
lines changed
5.1/Microsoft.PowerShell.Core/About
7.2/Microsoft.PowerShell.Core/About
7.3/Microsoft.PowerShell.Core/About
7.4/Microsoft.PowerShell.Core/About
7.5/Microsoft.PowerShell.Core/About Expand file tree Collapse file tree 5 files changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ variables. For more information, see
3131
3232To resolve types from a .NET namespace:
3333
34- ```
34+ ``` Syntax
3535using namespace <.NET-namespace>
3636```
3737
@@ -68,7 +68,7 @@ $hashFromStream.Hash.ToString()
6868
6969To load classes and enumerations from a PowerShell module:
7070
71- ```
71+ ``` Syntax
7272using module <module-name>
7373```
7474
@@ -136,8 +136,8 @@ $deck.Shuffle()
136136
137137## Assembly syntax
138138
139- The following syntax preloads .NET types from that assembly into a script at
140- the beginning of execution. You must use a fully-qualified path to the assembly
139+ The following syntax loads .NET types from an assembly into a script at the
140+ beginning of execution. You must use a fully-qualified path to the assembly
141141file.
142142
143143``` Syntax
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ variables. For more information, see
3131
3232To resolve types from a .NET namespace:
3333
34- ```
34+ ``` Syntax
3535using namespace <.NET-namespace>
3636```
3737
@@ -68,7 +68,7 @@ $hashFromStream.Hash.ToString()
6868
6969To load classes and enumerations from a PowerShell module:
7070
71- ```
71+ ``` Syntax
7272using module <module-name>
7373```
7474
@@ -136,8 +136,8 @@ $deck.Shuffle()
136136
137137## Assembly syntax
138138
139- The following syntax preloads .NET types from that assembly into a script at
140- the beginning of execution. You must use a fully-qualified path to the assembly
139+ The following syntax loads .NET types from an assembly into a script at the
140+ beginning of execution. You must use a fully-qualified path to the assembly
141141file.
142142
143143``` Syntax
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ variables. For more information, see
3131
3232To resolve types from a .NET namespace:
3333
34- ```
34+ ``` Syntax
3535using namespace <.NET-namespace>
3636```
3737
@@ -68,7 +68,7 @@ $hashFromStream.Hash.ToString()
6868
6969To load classes and enumerations from a PowerShell module:
7070
71- ```
71+ ``` Syntax
7272using module <module-name>
7373```
7474
@@ -136,8 +136,8 @@ $deck.Shuffle()
136136
137137## Assembly syntax
138138
139- The following syntax preloads .NET types from that assembly into a script at
140- the beginning of execution. You must use a fully-qualified path to the assembly
139+ The following syntax loads .NET types from an assembly into a script at the
140+ beginning of execution. You must use a fully-qualified path to the assembly
141141file.
142142
143143``` Syntax
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ variables. For more information, see
3131
3232To resolve types from a .NET namespace:
3333
34- ```
34+ ``` Syntax
3535using namespace <.NET-namespace>
3636```
3737
@@ -68,7 +68,7 @@ $hashFromStream.Hash.ToString()
6868
6969To load classes and enumerations from a PowerShell module:
7070
71- ```
71+ ``` Syntax
7272using module <module-name>
7373```
7474
@@ -136,8 +136,8 @@ $deck.Shuffle()
136136
137137## Assembly syntax
138138
139- The following syntax preloads .NET types from that assembly into a script at
140- the beginning of execution. You must use a fully-qualified path to the assembly
139+ The following syntax loads .NET types from an assembly into a script at the
140+ beginning of execution. You must use a fully-qualified path to the assembly
141141file.
142142
143143``` Syntax
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ variables. For more information, see
3131
3232To resolve types from a .NET namespace:
3333
34- ```
34+ ``` Syntax
3535using namespace <.NET-namespace>
3636```
3737
@@ -68,7 +68,7 @@ $hashFromStream.Hash.ToString()
6868
6969To load classes and enumerations from a PowerShell module:
7070
71- ```
71+ ``` Syntax
7272using module <module-name>
7373```
7474
@@ -136,8 +136,8 @@ $deck.Shuffle()
136136
137137## Assembly syntax
138138
139- The following syntax preloads .NET types from that assembly into a script at
140- the beginning of execution. You must use a fully-qualified path to the assembly
139+ The following syntax loads .NET types from an assembly into a script at the
140+ beginning of execution. You must use a fully-qualified path to the assembly
141141file.
142142
143143``` Syntax
You can’t perform that action at this time.
0 commit comments