14 #include <system/object.h>
16 #include "aspose.tasks.cpp/aspose_tasks_api_defs.h"
22 class LicenseInternal;
68 class ASPOSE_TASKS_SHARED_CLASS
License final :
public System::Object
71 typedef System::Object BaseType;
73 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
74 ASPOSE_TASKS_SHARED_RTTI_INFO_DECL();
154 ASPOSE_TASKS_SHARED_API
void SetLicense(
const System::String& licenseName);
183 ASPOSE_TASKS_SHARED_API
void SetLicense(
const System::SharedPtr<System::IO::Stream>& stream);
187 #ifdef ASPOSE_GET_SHARED_MEMBERS
188 ASPOSE_TASKS_SHARED_API
void GetSharedMembers(System::Object::shared_members_type& result)
const override;
194 System::SharedPtr<Aspose::LicenseV2::LicenseInternal> licenseInternal;
Provides methods to license the component.
Definition: License.h:69
License()
Initializes a new instance of the License class.
void SetLicense(const System::SharedPtr< System::IO::Stream > &stream)
Licenses the component.
void SetLicense(const System::String &licenseName)
Licenses the component.