Sort Score
Result 10 results
Languages All
Labels All
Results 7,311 - 7,320 of 227,699 for

object

(0.13 sec)
  1. System::Security::Cryptography::TripleDESManage...

    System::Security::Cryptography::TripleDESManaged Member List This is the complete list of members for System::Securit......virtual Equals (ptr obj) System::Object virtual Equals (T1 const &objA...&objA, T2 const &objB) System::Object inline static Equals (T1 const...

    reference.aspose.com/slides/cpp/class/system.se...
  2. Aspose::Page::XPS::XpsPackageParts::FixedPart M...

    Aspose::Page::XPS::XpsPackageParts::FixedPart Member List This is the complete list of members for Aspose::Page::XPS:......virtual Equals (ptr obj) System::Object virtual Equals (T1 const &objA...&objA, T2 const &objB) System::Object inline static Equals (T1 const...

    reference.aspose.com/page/cpp/class/aspose.page...
  3. SmartPtr | Aspose.Slides for C++ API Reference

    Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting Object. This pointer type follows intrusive pointer semantics. Reference counter is stored either in Object itself or in counter structure which is tied to Object instance tightly. In any case, all SmartPtr instances form single ownership group regardless how they were created which is unlike how std::shared_ptr class behaves. Converting raw pointer to SmartPtr is safe given there are other SmartPtr instances holding shared references to the same Object. SmartPtr class instance can be in one of two states: shared pointer and weak pointer. To keep Object alive, one should have count of shared references to it positive. Both weak and shared pointers can be used to access pointed Object (to call methods, read or write fields, etc.), but weak pointers do not participate to shared pointer reference counting. Object is being deleted when the last 'shared' SmartPtr pointer to it is being destroyed. So, make sure that this doesn't happen when no other shared SmartPtr pointers to Object exist, e. g. during Object construction or destruction. Use System::Object::ThisProtector sentry Objects (in C++ code) or CppCTORSelfReference or CppSelfReference attribute (in C# code being translated) to fix this issue. Similarily, make sure to break loop references by using System::WeakPtr pointer class or System::SmartPtrMode::Weak pointer mode (in C++ code) or CppWeakPtr attribute (in C# code being translated). If two or more Objects reference each other using 'shared' pointers, they will never be deleted. If pointer type (weak or shared) should be switched in runtime, use System::SmartPtr::set_Mode() method or System::DynamicWeakPtr class. SmartPtr class doesn't contain any virtual methods. You should only inherit it if you're creating a memory management strategy of your own. This type is a pointer to manage other Object's deletion. It should be allocated on stack and passed to functions either by value or by const reference....memory for classes inheriting Object . This pointer type follows...counter is stored either in Object itself or in counter structure...

    reference.aspose.com/slides/cpp/system/smartptr/
  4. Start() | Aspose.Slides for C++ API Reference

    Starts thread using null argument Object....thread using null argument object. void System :: Threading ::...Thread::Start(const System::SharedPtr<System::Object>&) method Starts thread. void...

    reference.aspose.com/slides/cpp/system.threadin...
  5. System::Reflection::MemberInfo Class Referencea...

    Classes | Public Types | Public Member Functions | Protected Types | Protected Member Functions | Protected Attribute...... Objects of this class should only be...argument. More... Inherits System::Object . Inherited by System::Reflection::FieldInfo...

    reference.aspose.com/tex/cpp/class/system.refle...
  6. Color - Aspose.Cells for PHP via Java - API Ref...

    Explanation of Aspose.Cells for PHP via Java classes, methods & interfaces for you to read, write & convert spreadsheets programmatically....whether the specified object is a Color object and is equivalent...equivalent to this object. static function fromArgb (argb) Creates a Color...

    reference.aspose.com/cells/php/aspose.cells/Color
  7. Aspose::Font::TtfCommon::Version16Dot16 Class R...

    Public Member Functions | Protected Member Functions | List of all members Aspose::Font::TtfCommon::Version16Dot16 Cl......Major and minor numbers for object Version16Dot16 will be 0 and...Major and minor numbers for object Version16Dot16 will be 0 and...

    reference.aspose.com/font/cpp/class/aspose.font...
  8. ISummaryZoomSection | Aspose.Slides for Android...

    Represents a Summary Zoom Section Object in a Summary Zoom frame....Represents a Summary Zoom Section object in a Summary Zoom frame. Methods...of the Summary Zoom Section object. setTitle(String value) Returns...

    reference.aspose.com/slides/androidjava/com.asp...
  9. Equals() | Aspose.Slides for C++ API Reference

    Compares encodings....Encoding::Equals(SharedPtr<Object>) method Compares encodings...Encoding :: Equals ( SharedPtr < Object > obj ) override Arguments...

    reference.aspose.com/slides/cpp/system.text/enc...
  10. System::Attribute Class Reference - Aspose.Slid...

    Static Public Member Functions | List of all members System::Attribute Class Reference A base class for custom attrib...... Objects of this class should only be...<attribute.h> Inherits System::Object . Inherited by System::Web...

    reference.aspose.com/slides/cpp/class/system.at...