فئة System::Reflection::Assembly
محتويات
[
يخفي
]Assembly class
Reflection class describing assembly. Support is limited as the rules are quite different between C# and C++. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument.
class Assembly : public System::Object
الطرق
| طريقة | الوصف |
|---|---|
| Assembly() | المُنشئ. |
| virtual get_CodeBase() const | يحصل على دليل التجميع الحالي. الدعم محدود. |
| virtual get_FullName() const | يحصل على الاسم الكامل للتجميع. |
| virtual get_Location() const | يحصل على موقع التجميع. غير مُنفَّذ. |
| static GetAssembly(const TypeInfo&) | يحصل على التجميع الذي يعرّف النوع المحدد. |
| static GetCallingAssembly() | يحصل على التجميع المستدعي. |
| static GetEntryAssembly() | يحصل على تجميع الدخول. |
| static GetExecutingAssembly() | يحصل على التجميع المنفّذ. |
| virtual GetManifestResourceNames() const | يحصل على أسماء موارد البيان. |
| virtual GetManifestResourceStream(String) const | يحصل على الدفق المتصل بموارد البيان. |
| virtual GetName() const | يحصل على اسم التجميع. |
| virtual GetTypes() const | يحصل على الأنواع المعلنة بواسطة التجميع. |
انظر أيضًا
- Class Object
- Namespace System::Reflection
- Library Aspose.Font for C++