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असेंबली द्वारा घोषित प्रकार प्राप्त करता है।

संबंधित देखें