RewritingEngine.IsAssemblyRewritten method

Checks if the specified assembly has been already rewritten with the current version.

public static bool IsAssemblyRewritten(Assembly assembly)
parameter description
assembly The assembly to check.

Return Value

True if the assembly has been rewritten with the current version, else false.

See Also