ManagementUnit.GetTypeInformation メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
派生クラスでオーバーライドされると、指定した基本型名から派生した現在の管理スコープ内のすべての型のアセンブリ修飾型名を取得します。
オーバーロード
GetTypeInformation(String) |
メソッドが GetTypeInformation(String, Boolean, Type) 派生クラスでオーバーライドされると、指定した基本型名から派生した現在の管理スコープ内のすべての型のアセンブリ修飾型名を取得します。 |
GetTypeInformation(String, Boolean) |
メソッドが GetTypeInformation(String, Boolean, Type) 派生クラスでオーバーライドされると、指定した基本型名から派生した現在の管理スコープ内のすべての型のアセンブリ修飾型名 (必要に応じてパブリックではない型を含む) を取得します。 |
GetTypeInformation(String, Boolean, Type) |
派生クラスでオーバーライドされると、指定した基本型名から派生した現在の管理スコープ内のすべての型のアセンブリ修飾型名 (必要に応じてパブリックではない型を含む) を取得し、指定したジェネレーターを使用して型情報を作成します。 |
GetTypeInformation(String)
メソッドが GetTypeInformation(String, Boolean, Type) 派生クラスでオーバーライドされると、指定した基本型名から派生した現在の管理スコープ内のすべての型のアセンブリ修飾型名を取得します。
public:
cli::array <System::Object ^> ^ GetTypeInformation(System::String ^ baseTypeName);
public object[] GetTypeInformation (string baseTypeName);
member this.GetTypeInformation : string -> obj[]
Public Function GetTypeInformation (baseTypeName As String) As Object()
パラメーター
- baseTypeName
- String
基本型の名前。
戻り値
アセンブリ修飾型名を含むオブジェクト配列。
適用対象
GetTypeInformation(String, Boolean)
メソッドが GetTypeInformation(String, Boolean, Type) 派生クラスでオーバーライドされると、指定した基本型名から派生した現在の管理スコープ内のすべての型のアセンブリ修飾型名 (必要に応じてパブリックではない型を含む) を取得します。
public:
cli::array <System::Object ^> ^ GetTypeInformation(System::String ^ baseTypeName, bool includeNonpublicTypes);
public object[] GetTypeInformation (string baseTypeName, bool includeNonpublicTypes);
member this.GetTypeInformation : string * bool -> obj[]
Public Function GetTypeInformation (baseTypeName As String, includeNonpublicTypes As Boolean) As Object()
パラメーター
- baseTypeName
- String
基本型の名前。
- includeNonpublicTypes
- Boolean
true
パブリックではない型を含める場合は 。 false
パブリック型のみを含める場合は 。
戻り値
アセンブリ修飾型名を含むオブジェクト配列。
適用対象
GetTypeInformation(String, Boolean, Type)
派生クラスでオーバーライドされると、指定した基本型名から派生した現在の管理スコープ内のすべての型のアセンブリ修飾型名 (必要に応じてパブリックではない型を含む) を取得し、指定したジェネレーターを使用して型情報を作成します。
public:
abstract cli::array <System::Object ^> ^ GetTypeInformation(System::String ^ baseTypeName, bool includeNonpublicTypes, Type ^ generatorType);
public abstract object[] GetTypeInformation (string baseTypeName, bool includeNonpublicTypes, Type generatorType);
abstract member GetTypeInformation : string * bool * Type -> obj[]
Public MustOverride Function GetTypeInformation (baseTypeName As String, includeNonpublicTypes As Boolean, generatorType As Type) As Object()
パラメーター
- baseTypeName
- String
基本型の名前。
- includeNonpublicTypes
- Boolean
true
パブリックではない型を含める場合は 。 false
パブリック型のみを含める場合は 。
戻り値
アセンブリ修飾型名を含むオブジェクト配列。
注釈
パラメーターは generatorType
、型情報の作成に使用するジェネレーターを指定します。