Property | Type | Description | |
---|---|---|---|
FilePath | string | ||
LineStart | int | ||
TargetFunction | string |
Method | Description | |
---|---|---|
FortifyPathElement ( string filePath, int lineStart, string targetFunction ) : System |
Initializes a new instance of the FortifyPathElement class.
|
|
Parse ( |
Parses an element as a Fortify PathElement node, consuming the node.
|
public FortifyPathElement ( string filePath, int lineStart, string targetFunction ) : System | ||
filePath | string | Full pathname of the file. |
lineStart | int | The line start index. |
targetFunction | string | Target function name; may be null. |
return | System |
public static Parse ( |
||
xmlReader | The |
|
strings | Strings used in processing Fortify logs. | |
return |