Пример #1
0
        /// <summary>
        /// Test whether marshalled objects can be made
        /// </summary>
        /// <param name="objectMarshall"></param>
        public void SomeMethodWithProxyEneabledParameter(TestObjectMarshall objectMarshall)
        {
            //Do something with this object
            objectMarshall.SomeEmptyMethod();
            objectMarshall.SomeMathMethod();
            objectMarshall.SomeMethodWithSimpleParameter("AlaMakota", 9999, 2.0);

            return;
        }
Пример #2
0
        /// <summary>
        /// Test whether marshalled objects can be made
        /// </summary>
        /// <param name="objectMarshall"></param>
        public void SomeMethodWithProxyEneabledParameter(TestObjectMarshall objectMarshall)
        {
            //Do something with this object
            objectMarshall.SomeEmptyMethod();
            objectMarshall.SomeMathMethod();
            objectMarshall.SomeMethodWithSimpleParameter("AlaMakota",9999,2.0);

            return;
        }