-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Closed
Copy link
Labels
review-shiproomWaiting - for Shiproom discussionWaiting - for Shiproom discussion
Description
Type of issue
Other (describe below)
Feedback
The following statement is incorrect:
Loading an assembly preloads .NET types from that assembly into a script at parse time. This allows you to create new PowerShell classes that use types from the preloaded assembly.
While this was always the intent, it hasn't been implemented so far.
De facto, using assembly
currently offers no advantage over Add-Type
, and is actually less flexible, given that only literal paths may be passed.
For background information, see the following issue created by @SeeminglyScience:
Page URL
Content source URL
Author
Document Id
7f477cc2-775f-aebe-9d5c-6fddd130b5ef
Metadata
Metadata
Assignees
Labels
review-shiproomWaiting - for Shiproom discussionWaiting - for Shiproom discussion