コード例 #1
0
        int ICorDebugValue2.GetExactType(out ICorDebugType ppType)

        {
            ppType = new CorDebugTypeArray( this );
            return Utility.COM_HResults.S_OK;
        }
コード例 #2
0
        int ICorDebugValue2.GetExactType(out ICorDebugType ppType)

        {
            ppType = new CorDebugTypeArray(this);
            return(Utility.COM_HResults.S_OK);
        }