コード例 #1
0
        /// <summary>
        /// Creates a new client_options plist.
        /// </summary>
        /// <returns>
        /// A new plist_t of type PLIST_DICT.
        /// </returns>
        public virtual PlistHandle instproxy_client_options_new()
        {
            PlistHandle returnValue;

            returnValue     = InstallationProxyNativeMethods.instproxy_client_options_new();
            returnValue.Api = this.Parent;
            return(returnValue);
        }