C# Class PredictiveCodeSuggestions.AutoTemplates.AutoTemplateManager

Defines the AutoTemplateManager class.
Afficher le fichier Open project: JakobChristensen/Resharper.PredictiveCodeSuggestions

Méthodes publiques

Свойство Type Description
FileLock object

Private Properties

Свойство Type Description
GetAutoTemplatesFileName string
GetTempFileName string
Load void

Méthodes publiques

Méthode Description
Invalidate ( ) : void

Invalidates this instance.

Register ( [ analyzer ) : void

Registers the specified analyzer.

Private Methods

Méthode Description
GetAutoTemplatesFileName ( ) : string
GetTempFileName ( ) : string
Load ( ) : void

Loads this instance.

Method Details

Invalidate() public static méthode

Invalidates this instance.
public static Invalidate ( ) : void
Résultat void

Register() public static méthode

Registers the specified analyzer.
public static Register ( [ analyzer ) : void
analyzer [ The analyzer.
Résultat void

Property Details

FileLock public_oe static_oe property

The file lock
public static object FileLock
Résultat object