ICustomFactory.CreateInstance(Type) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立指定類型的新執行個體。
public:
MarshalByRefObject ^ CreateInstance(Type ^ serverType);
public MarshalByRefObject CreateInstance (Type serverType);
abstract member CreateInstance : Type -> MarshalByRefObject
Public Function CreateInstance (serverType As Type) As MarshalByRefObject
參數
- serverType
- Type
要啟動的型別。
傳回
與指定類型關聯的 MarshalByRefObject。
備註
CreateInstance
當需要建立指定型別的新物件時,Common Language Runtime 會呼叫 。 覆寫此方法以提供您自己的自定義類別處理站。