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



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

Glossary Item Box

Gets the methods XML.

Syntax

Visual Basic (Declaration) 
Public Overloads Function GetMethodsXml( _
   ByVal assemblyFullName As String, _
   ByVal typeFullName As String, _
   ByVal publicOnly As Boolean, _
   ByVal staticOnly As Boolean _
) As String
Visual Basic (Usage)Copy Code
Dim instance As Assemblies
Dim assemblyFullName As String
Dim typeFullName As String
Dim publicOnly As Boolean
Dim staticOnly As Boolean
Dim value As String
 
value = instance.GetMethodsXml(assemblyFullName, typeFullName, publicOnly, staticOnly)

Parameters

assemblyFullName
Full name of the assembly.
typeFullName
Full name of the type.
publicOnly
if set to true [public only].
staticOnly
if set to true [static 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