Класс 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++