XmlFilePathAndName | path and file name, relative to the root project folder. If the path cannot be found an IO exception will be thrown. |
classNameMemberName | should be in the form of Namespace.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 |