method
Contents
[
Hide
]LicenseCore::SetLicense(System::String, System::SharedPtr<System::Reflection::Assembly>, System::SharedPtr<Common::Generic::Types::Tup<LicenseErrors, System::DateTime, System::DateTime>>) method
Searches license, loads and tries to implement. The result of the implementation is set to errorCode
void Aspose::BarCode::LicenseCore::SetLicense(System::String licenseName, System::SharedPtr<System::Reflection::Assembly> clientAssembly, System::SharedPtr<Common::Generic::Types::Tup<LicenseErrors, System::DateTime, System::DateTime>> errorCode)
| Parameter | Type | Description |
|---|---|---|
| licenseName | System::String | Can be a full or short file name or name of an embedded resource. |
| clientAssembly | System::SharedPtr<System::Reflection::Assembly> | calling assembly to find search path |
| errorCode | System::SharedPtr<Common::Generic::Types::Tup<LicenseErrors, System::DateTime, System::DateTime>> | error code which stored licensing state and additional information for possible error message |
See Also
- Class Tup
- Enum LicenseErrors
- Class LicenseCore
- Namespace Aspose::BarCode
- Library Aspose.BarCode for C++
LicenseCore::SetLicense(System::SharedPtr<System::IO::Stream>, System::SharedPtr<Common::Generic::Types::Tup<LicenseErrors, System::DateTime, System::DateTime>>) method
Tries to implement the license. The result of the implementation is set to errorCode
void Aspose::BarCode::LicenseCore::SetLicense(System::SharedPtr<System::IO::Stream> stream, System::SharedPtr<Common::Generic::Types::Tup<LicenseErrors, System::DateTime, System::DateTime>> errorCode)
| Parameter | Type | Description |
|---|---|---|
| stream | System::SharedPtr<System::IO::Stream> | stream with stored license |
| errorCode | System::SharedPtr<Common::Generic::Types::Tup<LicenseErrors, System::DateTime, System::DateTime>> | error code which stored licensing state and additional information for possible error message |
See Also
- Class Tup
- Enum LicenseErrors
- Class LicenseCore
- Namespace Aspose::BarCode
- Library Aspose.BarCode for C++