AP&C API Reference
Public Member Functions | Properties | List of all members
Apac.Licensing.AssemblyVerificationResults Class 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...
 

Detailed Description

The construct used to store the results of verifying the validity of an assembly for use in licensing.

Constructor & Destructor Documentation

◆ AssemblyVerificationResults()

Apac.Licensing.AssemblyVerificationResults.AssemblyVerificationResults ( )
inline

Initializes a new instance of the AssemblyVerificationResults class.

Member Function Documentation

◆ Lock()

void Apac.Licensing.AssemblyVerificationResults.Lock ( )
inline

Locks this instance.

Property Documentation

◆ Reason

string Apac.Licensing.AssemblyVerificationResults.Reason
getset

Gets or sets the reason.

The reason.

◆ Result

bool Apac.Licensing.AssemblyVerificationResults.Result
getset

Gets or sets a value indicating whether this AssemblyVerificationResults is result.

true if result; otherwise, false.


The documentation for this class was generated from the following file: