![]() |
C++/CLI Sample
Demonstrates how to create a C++/CLI library using the VideoXpert SDK
|
The License class represents license information for the resource that owns this resource. More...
#include <License.h>
Public Types | |
| enum | SystemLicenseTypes { SystemLicenseTypes::Unknown, SystemLicenseTypes::Enterprise, SystemLicenseTypes::Ultimate, SystemLicenseTypes::Unlicensed } |
| Values that represent the types of system licenses. More... | |
Public Member Functions | |
| License (VxSdk::IVxLicense *vxLicense) | |
| Constructor. More... | |
| virtual | ~License () |
| Destructor. More... | |
| !License () | |
| Finaliser. More... | |
Package Functions | |
| System::Collections::Generic::List< LicenseFeature^ >^ | _GetLicenseFeatures () |
Package Attributes | |
| VxSdk::IVxLicense * | _license |
Properties | |
| System::String^ | CompanyName [get] |
| Gets the friendly name of the owning company/organization. More... | |
| System::Collections::Generic::List< LicenseFeature^ >^ | LicenseFeatures [get] |
| Gets the features this license contains. More... | |
| SystemLicenseTypes | SystemLicenseType [get] |
| Gets the type of system that this license is applied to. More... | |
The License class represents license information for the resource that owns this resource.
|
strong |
| CPPCli::License::License | ( | VxSdk::IVxLicense * | vxLicense | ) |
|
inlinevirtual |
| CPPCli::License::!License | ( | ) |
|
package |
Definition at line 17 of file License.cpp.
|
package |
|
get |
|
get |
|
get |