共用方式為


ICorDebugAppDomain2

更新:2007 年 11 月

提供方法來使用陣列、指標、函式指標和參考型別。這個介面是 ICorDebugAppDomain 介面的擴充部分。

interface ICorDebugAppDomain2 : IUnknown {
        
    HRESULT GetArrayOrPointerType (
        [in] CorElementType    elementType,
        [in] ULONG32           nRank,
        [in] ICorDebugType     *pTypeArg,
        [out] ICorDebugType    **ppType
    );

    HRESULT GetFunctionPointerType ( 
        [in] ULONG32               nTypeArgs,
        [in, size_is(nTypeArgs)] 
            ICorDebugType          *ppTypeArgs[],
        [out] ICorDebugType        **ppType
    );
        
};

方法

方法

描述

ICorDebugAppDomain2::GetArrayOrPointerType 方法

取得指定之型別的陣列,或指定之型別參考的指標。

ICorDebugAppDomain2::GetFunctionPointerType 方法

取得函式的指標,這個函式具有指定的簽章。

需求

**平台:**請參閱 .NET Framework 系統需求

**標頭:**CorDebug.idl

**程式庫:**CorGuids.lib

**.NET Framework 版本:**3.5 SP1、3.5、3.0 SP1、3.0、2.0 SP1、2.0

請參閱

參考

ICorDebugAppDomain

其他資源

偵錯介面