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.Page for C++