GetXmlNamespacesFor Method
GetXmlNamespacesFor(Assembly, String, Boolean)
Gets the XML namespaces that can be used for the specified assembly/namespace combination.
Declaration
public List<string> GetXmlNamespacesFor(Assembly assembly, string namespace, bool getClrNamespace = false)
Parameters
Type | Name | Description |
---|---|---|
System.Reflection.Assembly | assembly | |
System.String | namespace | |
System.Boolean | getClrNamespace |
Returns
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |