System::Reflection::Assembly sınıfı
İçindekiler
[
Saklamak
]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
Yöntemler
| Yöntem | Açıklama |
|---|---|
| Assembly() | Yapıcı. |
| virtual get_CodeBase() const | Mevcut derlemenin dizinini alır. Destek sınırlıdır. |
| virtual get_FullName() const | Derlemenin tam adını alır. |
| virtual get_Location() const | Derleme konumunu alır. Henüz uygulanmadı. |
| static GetAssembly(const TypeInfo&) | Belirli bir türü tanımlayan derlemeyi alır. |
| static GetCallingAssembly() | Çağıran derlemeyi alır. |
| static GetEntryAssembly() | Giriş derlemesini alır. |
| static GetExecutingAssembly() | Çalıştırılan derlemeyi alır. |
| virtual GetManifestResourceNames() const | Manifest kaynaklarının adlarını alır. |
| virtual GetManifestResourceStream(String) const | Manifest kaynağına bağlı akışı alır. |
| virtual GetName() const | Derleme adını alır. |
| virtual GetTypes() const | Derleme tarafından bildirilen türleri alır. |
Ayrıca Bakınız
- Class Object
- Namespace System::Reflection
- Library Aspose.Font for C++