ClientBuildManager::IsCodeAssembly Method (String^)

 

Indicates whether an assembly is a code assembly.

Namespace:   System.Web.Compilation
Assembly:  System.Web (in System.Web.dll)

public:
bool IsCodeAssembly(
	String^ assemblyName
)

Parameters

assemblyName
Type: System::String^

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

Return Value

Type: System::Boolean

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

Exception Condition
ArgumentNullException

assemblyName is null.

.NET Framework
Available since 2.0
Return to top
Show: