Try a backslash to fix formatting

This commit is contained in:
Adam Bard 2017-09-12 22:00:31 -07:00 committed by GitHub
parent 8cba5570bd
commit 67e2ff0162

View File

@ -244,7 +244,7 @@ function New-Website() {
'string' | gm
# Syntax for calling static .NET methods
[System.Reflection.Assembly]::LoadWithPartialName('Microsoft.VisualBasic')
\[System.Reflection.Assembly]::LoadWithPartialName('Microsoft.VisualBasic')
# Note that .NET functions MUST be called with parentheses
# while PS functions CANNOT be called with parentheses.