ClientBuildManager.IsCodeAssembly(String) Method

Definition

Indicates whether an assembly is a code assembly.

public:
 bool IsCodeAssembly(System::String ^ assemblyName);
public bool IsCodeAssembly (string assemblyName);
member this.IsCodeAssembly : string -> bool
Public Function IsCodeAssembly (assemblyName As String) As Boolean

Parameters

assemblyName
String

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.

Exceptions

assemblyName is null.

Applies to

See also