C# 클래스 MonoDevelop.Ide.Editor.Highlighting.SyntaxModeService

파일 보기 프로젝트 열기: powerumc/monodevelop_korean 1 사용 예제들

공개 메소드들

메소드 설명
FitsIdeSkin ( this scheme, Skin skin ) : bool
GetColorStyle ( string name ) : ColorScheme
GetDefaultColorStyle ( this skin ) : ColorScheme
GetDefaultColorStyleName ( ) : string
GetDefaultColorStyleName ( this skin ) : string
GetUserColorStyle ( this skin ) : ColorScheme

비공개 메소드들

메소드 설명
AddStyle ( ColorScheme style ) : void
AddStyle ( IStreamProvider provider ) : void
GetProvider ( ColorScheme style ) : IStreamProvider
LoadStyle ( string name ) : void
LoadStylesAndModes ( Assembly assembly ) : void
LoadStylesAndModes ( string path ) : void
Remove ( ColorScheme style ) : void
RemoveStyle ( IStreamProvider provider ) : void
ScanStyle ( Stream stream ) : string
SyntaxModeService ( ) : System
ValidateStyleFile ( string fileName ) : List

메소드 상세

FitsIdeSkin() 공개 정적인 메소드

public static FitsIdeSkin ( this scheme, Skin skin ) : bool
scheme this
skin Skin
리턴 bool

GetColorStyle() 공개 정적인 메소드

public static GetColorStyle ( string name ) : ColorScheme
name string
리턴 ColorScheme

GetDefaultColorStyle() 공개 정적인 메소드

public static GetDefaultColorStyle ( this skin ) : ColorScheme
skin this
리턴 ColorScheme

GetDefaultColorStyleName() 공개 정적인 메소드

public static GetDefaultColorStyleName ( ) : string
리턴 string

GetDefaultColorStyleName() 공개 정적인 메소드

public static GetDefaultColorStyleName ( this skin ) : string
skin this
리턴 string

GetUserColorStyle() 공개 정적인 메소드

public static GetUserColorStyle ( this skin ) : ColorScheme
skin this
리턴 ColorScheme