Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 2.16 KB

File metadata and controls

36 lines (25 loc) · 2.16 KB

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