C# Class PredictiveCodeSuggestions.AutoTemplates.AutoTemplateManager

Defines the AutoTemplateManager class.
Mostra file Open project: JakobChristensen/Resharper.PredictiveCodeSuggestions

Public Properties

Property Type Description
FileLock object

Private Properties

Property Type Description
GetAutoTemplatesFileName string
GetTempFileName string
Load void

Public Methods

Method Description
Invalidate ( ) : void

Invalidates this instance.

Register ( [ analyzer ) : void

Registers the specified analyzer.

Private Methods

Method Description
GetAutoTemplatesFileName ( ) : string
GetTempFileName ( ) : string
Load ( ) : void

Loads this instance.

Method Details

Invalidate() public static method

Invalidates this instance.
public static Invalidate ( ) : void
return void

Register() public static method

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

Property Details

FileLock public_oe static_oe property

The file lock
public static object FileLock
return object