Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

9 Commits

Repository files navigation

DLLInfo

PowerShell GalleryLicense

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Sponsor this project

Packages

Used by

Contributors

Languages