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) | ![]() |
---|---|
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) |
C# | |
---|---|
public string GetMethodsXml( string assemblyFullName, string typeFullName, bool publicOnly, bool staticOnly ) |
C++/CLI | |
---|---|
public: String^ GetMethodsXml( String^ assemblyFullName, String^ typeFullName, bool publicOnly, bool 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].
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