-
Notifications
You must be signed in to change notification settings - Fork 4
Add TypeAccelerators
wim-beck edited this page Feb 20, 2017
·
1 revision
Add type accelerators for an assembly. Add a class name from this assembly to check if the accelerators already exist.
Add-TypeAccelerators [-AssemblyName] <String> [-Class] <String> [<CommonParameters>]
Add type accelerators for an assembly. Add a class name from this assembly to check if the accelerators already exist.
Name of the assembly
Property | Value |
---|---|
Type | String |
Required | true |
Position | 1 |
Default value | |
Accept pipeline input | false |
Name of the class to check for existing accelerators
Property | Value |
---|---|
Type | String |
Required | true |
Position | 2 |
Default value | |
Accept pipeline input | false |
Add-TypeAccelerators -AssemblyName System.Xml.Linq -Class XElement