System.Web.Compilation.ClientBuildManager.IsCodeAssembly Method

Indicates whether an assembly is a code assembly.

Syntax

public bool IsCodeAssembly (string assemblyName)

Parameters

assemblyName
The name of the assembly to be identified as a code assembly.

Returns

true if the assemblyName parameter matches one of the generated code assemblies; otherwise, false.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Web.Compilation
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0