فئة 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يحصل على الأنواع المعلنة بواسطة التجميع.

انظر أيضًا