Skip to content

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

About

PowerShell module for gathering information about DLL

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

  •  

Packages

No packages published