PKStudio.PortingKitWrapper.CheckTextInFile C# (CSharp) Method

CheckTextInFile() private method

private CheckTextInFile ( BuildFileWrapper file, string what, bool MatchCase, bool MatchWholeWord ) : void
file BuildFileWrapper
what string
MatchCase bool
MatchWholeWord bool
return void
        private void CheckTextInFile(BuildFileWrapper file, string what, bool MatchCase, bool MatchWholeWord)
        {
            CheckTextInFile(null, file, what, MatchCase, MatchWholeWord);
        }
        private void CheckTextInFile(SearchResultsHolder.SearchComponentDescriptor ProjectDesc, BuildFileWrapper file, string what, bool MatchCase, bool MatchWholeWord)

Same methods

PortingKitWrapper::CheckTextInFile ( SearchResultsHolder ProjectDesc, BuildFileWrapper file, string what, bool MatchCase, bool MatchWholeWord ) : void
PortingKitWrapper