StrategyBasedComWrappers.CreateObject(IntPtr, CreateObjectFlags) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
采用 flags
的值为 externalComObject
指向的对象创建托管对象。
protected:
override System::Object ^ CreateObject(IntPtr externalComObject, System::Runtime::InteropServices::CreateObjectFlags flags);
protected override sealed object CreateObject (IntPtr externalComObject, System.Runtime.InteropServices.CreateObjectFlags flags);
override this.CreateObject : nativeint * System.Runtime.InteropServices.CreateObjectFlags -> obj
Protected Overrides NotOverridable Function CreateObject (externalComObject As IntPtr, flags As CreateObjectFlags) As Object
参数
- externalComObject
-
IntPtr
nativeint
要导入便于在 .NET 运行时中使用的对象。
- flags
- CreateObjectFlags
描述外部对象的枚举值的按位组合。
返回
与提供的外部 COM 对象关联的托管对象。