示例#1
0
        /// <summary>
        /// Called after a non null return from GetMethodData to return the overloads
        /// </summary>
        /// <param name="method">the return of GetMethodData</param>
        /// <returns></returns>
        protected override Collection <String> MethodDefinitions(PSMethod method)
        {
            ComMethod commethod = (ComMethod)method.adapterData;

            return(commethod.MethodDefinitions());
        }
示例#2
0
        protected override Collection <string> MethodDefinitions(PSMethod method)
        {
            ComMethod adapterData = (ComMethod)method.adapterData;

            return(adapterData.MethodDefinitions());
        }