Kimono.KFind.options C# (CSharp) 메소드

options() 공개 메소드

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
리턴 long
        public long options()
        {
            return (long) interceptor.Invoke("options", "options() const", typeof(long));
        }