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++