CILAssemblyManipulator.Portable
0.9.7.1
dotnet add package CILAssemblyManipulator.Portable --version 0.9.7.1
NuGet\Install-Package CILAssemblyManipulator.Portable -Version 0.9.7.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CILAssemblyManipulator.Portable" Version="0.9.7.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CILAssemblyManipulator.Portable --version 0.9.7.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: CILAssemblyManipulator.Portable, 0.9.7.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install CILAssemblyManipulator.Portable as a Cake Addin #addin nuget:?package=CILAssemblyManipulator.Portable&version=0.9.7.1 // Install CILAssemblyManipulator.Portable as a Cake Tool #tool nuget:?package=CILAssemblyManipulator.Portable&version=0.9.7.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
CIL Assembly Manipulator (CAM) provides high-level API to read and emit CLR assemblies and modules. CAM is currently available for .NET 4 and Windows 8. Mono support and Windows Phone 8.1 support are incoming.
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
-
- UtilPack (>= 0.9.6.2)
GitHub repositories
This package is not used by any popular GitHub repositories.
Fixed a bug where GetAllImplementedInterfaces would return duplicate interfaces in certain occasions. Added missing values to ParameterAttributes enumeration. Added lazy caching of types based on name to CILModule.