Gets the current instance of AssemblyResolver.

Namespace: CodeSmith.Engine.Compiler
Assembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public static AssemblyResolver Current { get; }
Visual Basic
Public Shared ReadOnly Property Current As AssemblyResolver
	Get

Property Value

Type: AssemblyResolver
The current instance.

See Also