ClientBuildManager.IsCodeAssembly(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา