Kimono.KFind.options C# (CSharp) Method

options() public method

Return the current options. Warning: this is usually the same value as the one passed to the constructor, but options might change _during_ the replace operation: e.g. the "All" button resets the PromptOnReplace flag.
public options ( ) : long
return long
        public long options()
        {
            return (long) interceptor.Invoke("options", "options() const", typeof(long));
        }