GetLightWeightComponentCount Method (IAssemblyDoc)
Gets the number of lightweight components in the assembly.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetLightWeightComponentCount() As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As IAssemblyDoc
Dim value As System.Integer
value = instance.GetLightWeightComponentCount() |
C# | |
---|
System.int GetLightWeightComponentCount() |
C++/CLI | |
---|
System.int GetLightWeightComponentCount(); |
Return Value
Number of lightweight components
See Also