containingAssm | The assembly which contains the xml file as an embedded resource. |
nameSpace | NamesSpace in which the embedded xml file has been assigned. |
XmlFileNameinDLL | file name, of the embedded xml file. If the path cannot be found an IO exception will be thrown. |
classNameMemberName | should be in the form of ClassName.MemberName. Function parameters are ignored, so if multiple overloaded variants of the same function-name exist, only the summary section of the first function that happens to be found with a matching name, will be returned. |
nodeName | specifies which node inside the member the data should be extracted from, in the form of the nodes name |
removeWhitespace | default is false. when true will remove whitespace from the returned string |
removeCRLF | default is false. when true will remove CarrigeReturns and lineFeed characters from the returned string |