ClientBuildManager::IsCodeAssembly Method (String^)
.NET Framework (current version)
Indicates whether an assembly is a code assembly.
Assembly: System.Web (in System.Web.dll)
Parameters
- assemblyName
-
Type:
System::String^
The name of the assembly to be identified as a code assembly.
Return Value
Type: System::Booleantrue 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
Available since 2.0
Show: