Skip to content

PowerShell module for gathering information about DLL

License

Notifications You must be signed in to change notification settings

PowerShellLibrary/DLLInfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DLLInfo

PowerShell Gallery License

This is a PowerShell module for reading DLLs information.

It can be used to find out what's the build configuration, target CPU and more.

Installation

Module is available on Powershell Gallery

Install

Install-Module -Name DLLInfo

Import

Import-Module DLLInfo

Usage

Get-BuildConfiguration "C:\dll\SiteMetadata.dll"
Release

Get-TargetCPU "C:\dll\SiteMetadata.dll"
AnyCPU

Get-JitOptimized "C:\dll\SiteMetadata.dll"
True