Class CompilerContext
The context used when compiling an asset in a Package.
public class CompilerContext : IDisposable
  - Inheritance
 - 
      objectCompilerContext
 
- Implements
 
- Derived
 
- Extension Methods
 
Constructors
CompilerContext()
Initializes a new instance of the CompilerContext class.
public CompilerContext()
  Properties
OptionProperties
Properties passed on the command line.
public Dictionary<string, string> OptionProperties { get; }
  Property Value
Properties
Gets the attributes attached to this context.
public PropertyCollection Properties { get; }
  Property Value
- PropertyCollection
 The attributes.
Methods
Clone()
public CompilerContext Clone()
  Returns
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()