次の方法で共有


WebPartManagerInternals.CreateObjectFromType(Type) メソッド

定義

メソッドに渡されたパラメーターに基づいてオブジェクトを作成します。

public:
 System::Object ^ CreateObjectFromType(Type ^ type);
public object CreateObjectFromType (Type type);
member this.CreateObjectFromType : Type -> obj
Public Function CreateObjectFromType (type As Type) As Object

パラメーター

type
Type

作成するオブジェクトの Type

戻り値

type と同じ型の Object

注釈

メソッドは、 クラスを CodeGenerator 使用して 型を作成します。これは、 メソッドを使用するよりも優れたパフォーマンスを CreateInstance 提供する代替手段です。

適用対象

こちらもご覧ください