프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
Build ( ) : |
Generates a feed as described by the properties.
|
|
CalculateDigest ( ITaskHandler handler ) : void |
Calculates the ManifestDigest.
|
|
DetectCandidates ( ITaskHandler handler ) : void |
Detects Candidates in the ImplementationDirectory.
|
|
Dispose ( ) : void |
Deletes the TemporaryDirectory.
|
|
GenerateCommands ( ) : void |
Generates Commands and EntryPoints bases on Candidates and MainCandidate.
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
public CalculateDigest ( ITaskHandler handler ) : void | ||
handler | ITaskHandler | A callback object used when the the user needs to be informed about IO tasks. |
리턴 | void |
public DetectCandidates ( ITaskHandler handler ) : void | ||
handler | ITaskHandler | A callback object used when the the user needs to be informed about IO tasks. |
리턴 | void |