Exemplo n.º 1
0
        public Int32 CreateIterator(out NetOffice.MSHTMLApi.ISegmentListIterator ppIIter)
        {
            ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true);
            ppIIter = null;
            object[] paramsArray = Invoker.ValidateParamsArray(ppIIter);
            object   returnItem  = Invoker.MethodReturn(this, "CreateIterator", paramsArray);

            ppIIter = (NetOffice.MSHTMLApi.ISegmentListIterator)paramsArray[0];
            return(NetRuntimeSystem.Convert.ToInt32(returnItem));
        }
Exemplo n.º 2
0
        public Int32 CreateIterator(out NetOffice.MSHTMLApi.ISegmentListIterator ppIIter)
        {
            ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true);
            ppIIter = null;
            object[] paramsArray = Invoker.ValidateParamsArray(ppIIter);
            object   returnItem  = Invoker.MethodReturn(this, "CreateIterator", paramsArray, modifiers);

            if (paramsArray[0] is MarshalByRefObject)
            {
                ppIIter = new NetOffice.MSHTMLApi.ISegmentListIterator(this, paramsArray[0]);
            }
            else
            {
                ppIIter = null;
            }
            return(NetRuntimeSystem.Convert.ToInt32(returnItem));
        }