GetAssemblyClassesXml(String,Boolean) Method
See Also 
SourceCode.EventBus.ClientAPI Namespace > Assemblies Class > GetAssemblyClassesXml Method : GetAssemblyClassesXml(String,Boolean) Method



assemblyFullName
Full name of the assembly.
publicOnly
if set to true [public only].

Glossary Item Box

Gets the assembly classes XML.

Syntax

Visual Basic (Declaration) 
Public Overloads Function GetAssemblyClassesXml( _
   ByVal assemblyFullName As String, _
   ByVal publicOnly As Boolean _
) As String
Visual Basic (Usage)Copy Code
Dim instance As Assemblies
Dim assemblyFullName As String
Dim publicOnly As Boolean
Dim value As String
 
value = instance.GetAssemblyClassesXml(assemblyFullName, publicOnly)
C# 
public string GetAssemblyClassesXml( 
   string assemblyFullName,
   bool publicOnly
)
C++/CLI 
public:
String^ GetAssemblyClassesXml( 
   String^ assemblyFullName,
   bool publicOnly
) 

Parameters

assemblyFullName
Full name of the assembly.
publicOnly
if set to true [public only].

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also