C# 클래스 PredictiveCodeSuggestions.AutoTemplates.AutoTemplateManager

Defines the AutoTemplateManager class.
파일 보기 프로젝트 열기: JakobChristensen/Resharper.PredictiveCodeSuggestions

공개 프로퍼티들

프로퍼티 타입 설명
FileLock object

Private Properties

프로퍼티 타입 설명
GetAutoTemplatesFileName string
GetTempFileName string
Load void

공개 메소드들

메소드 설명
Invalidate ( ) : void

Invalidates this instance.

Register ( [ analyzer ) : void

Registers the specified analyzer.

비공개 메소드들

메소드 설명
GetAutoTemplatesFileName ( ) : string
GetTempFileName ( ) : string
Load ( ) : void

Loads this instance.

메소드 상세

Invalidate() 공개 정적인 메소드

Invalidates this instance.
public static Invalidate ( ) : void
리턴 void

Register() 공개 정적인 메소드

Registers the specified analyzer.
public static Register ( [ analyzer ) : void
analyzer [ The analyzer.
리턴 void

프로퍼티 상세

FileLock 공개적으로 정적으로 프로퍼티

The file lock
public static object FileLock
리턴 object