Class ILPostProcessorRunner.CompiledAssembly
In-memory representation of a built assembly, with full path strings to the assemblies it references
Inheritance
ILPostProcessorRunner.CompiledAssembly
Syntax
public class CompiledAssembly : ICompiledAssembly
Constructors
CompiledAssembly(String, String[], String[])
Declaration
public CompiledAssembly(string asmPath, string[] referencePaths, string[] defines)
Parameters
Properties
Defines
Declaration
public string[] Defines { get; }
Property Value
InMemoryAssembly
Declaration
public InMemoryAssembly InMemoryAssembly { get; set; }
Property Value
Type |
Description |
InMemoryAssembly |
|
Name
Declaration
public string Name { get; }
Property Value
References
Declaration
public string[] References { get; }
Property Value
Methods
Save()
Declaration