Κλάση 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++