AP&C API Reference
|
The construct used to store the results of verifying the validity of an assembly for use in licensing. More...
Public Member Functions | |
AssemblyVerificationResults () | |
Initializes a new instance of the AssemblyVerificationResults class. More... | |
void | Lock () |
Locks this instance. More... | |
Properties | |
bool | Result [get, set] |
Gets or sets a value indicating whether this AssemblyVerificationResults is result. More... | |
string | Reason [get, set] |
Gets or sets the reason. More... | |
The construct used to store the results of verifying the validity of an assembly for use in licensing.
|
inline |
Initializes a new instance of the AssemblyVerificationResults class.
|
inline |
Locks this instance.
|
getset |
Gets or sets the reason.
The reason.
|
getset |
Gets or sets a value indicating whether this AssemblyVerificationResults is result.
true
if result; otherwise, false
.