Skip to content

A managed wrapper for the native Deployment Image Servicing and Management (DISM) API.

License

Notifications You must be signed in to change notification settings

yang123vc/ManagedDism

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Managed DismApi Wrapper

Microsoft.Dism Visual Studio Team services

This is a managed wrapper for the native Deployment Image Servicing and Management (DISM) API.

This assembly allows .NET developers to call directly into the DismApi without having to shell out to Dism.exe. This allows for better integration and richer errors.

Reference to the native DismApi on MSDN: Deployment Image Servicing and Management (DISM) API

This managed wrapper works as similarly to the native API as possible with a few managed wrappers to make it more like a .NET API.

DismApi.Initialize(DismLogLevel.LogErrors);

DismApi.Shutdown();

About

A managed wrapper for the native Deployment Image Servicing and Management (DISM) API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%