共用方式為


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 方法。

適用於

另請參閱