CAM.Physical
1.0.0-RC1
Requires NuGet 2.5 or higher.
dotnet add package CAM.Physical --version 1.0.0-RC1
NuGet\Install-Package CAM.Physical -Version 1.0.0-RC1
<PackageReference Include="CAM.Physical" Version="1.0.0-RC1" />
paket add CAM.Physical --version 1.0.0-RC1
#r "nuget: CAM.Physical, 1.0.0-RC1"
// Install CAM.Physical as a Cake Addin #addin nuget:?package=CAM.Physical&version=1.0.0-RC1&prerelease // Install CAM.Physical as a Cake Tool #tool nuget:?package=CAM.Physical&version=1.0.0-RC1&prerelease
Provides functionality related to Physical layer of CILAssemblyManipulator (CAM) framework. This is the lowest abstraction level of CAM, and the provided functionality allows directly manipulate metadata tables, rows, and signatures.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40-client is compatible. |
-
- UtilPack (>= 1.0.0-RC1)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on CAM.Physical:
Package | Downloads |
---|---|
CAM.Logical
Provides functionality related to Logical layer of CILAssemblyManipulator (CAM) framework. The metadata types, methods, fields, etc are represented by high-level abstract API similar to the one in System.Reflection namespace of .NET framework. Additionally wrapping of native reflection elements (types, mehtods, fields, etc) is supported. |
|
CAM.Structural
Provides functionality related to Structural layer of CILAssemblyManipulator (CAM) framework. The metadata types, methods, fields, etc may be manipulated directly instead of indirect metadata tables, rows, signatures, and table references. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0-RC1 | 1,338 | 9/25/2015 |
1.0.0-beta4 | 1,083 | 8/18/2015 |
1.0.0-beta3 | 1,119 | 8/18/2015 |
1.0.0-beta2 | 1,069 | 8/18/2015 |
1.0.0-beta | 1,077 | 8/18/2015 |
Some minor bug fixes and enhancements.