Forum Discussion
shen_k
Nov 25, 2019Copper Contributor
[System.Drawing.Bitmap] not found in powershell,but at powershell ise is exist!
hello everyone: I have a question, such as a title. - - - - - - - - - - - - - - -powershell - - - - - - - - - - ---------------------- PS C:\> [System.Drawing.Bitmap] [System.Drawing.Bitmap] C...
joshua tee
Nov 30, 2019Copper Contributor
PS> Add-Type -AssemblyName System.Drawing
PS> [System.Drawing.Bitmap]
IsPublic IsSerial Name BaseType
-------- -------- ---- --------
True True Bitmap System.Drawing.Image
PS> [System.Drawing.Bitmap]
IsPublic IsSerial Name BaseType
-------- -------- ---- --------
True True Bitmap System.Drawing.Image