프로퍼티 | 타입 | 설명 | |
---|---|---|---|
FilePath | string | ||
LineStart | int | ||
TargetFunction | string |
메소드 | 설명 | |
---|---|---|
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. |
리턴 | System |
public static Parse ( |
||
xmlReader | The |
|
strings | Strings used in processing Fortify logs. | |
리턴 |