C# Class VSEmbed.Services.StubVsFontAndColorCacheManager

Inheritance: IVsFontAndColorCacheManager
Afficher le fichier Open project: SLaks/VSEmbed

Méthodes publiques

Méthode Description
CheckCache ( System.Guid &rguidCategory, int &pfHasData ) : int
CheckCacheable ( System.Guid &rguidCategory, int &pfCacheable ) : int
ClearAllCaches ( ) : int
ClearCache ( System.Guid &rguidCategory ) : int
RefreshCache ( System.Guid &rguidCategory ) : int

Method Details

CheckCache() public méthode

public CheckCache ( System.Guid &rguidCategory, int &pfHasData ) : int
rguidCategory System.Guid
pfHasData int
Résultat int

CheckCacheable() public méthode

public CheckCacheable ( System.Guid &rguidCategory, int &pfCacheable ) : int
rguidCategory System.Guid
pfCacheable int
Résultat int

ClearAllCaches() public méthode

public ClearAllCaches ( ) : int
Résultat int

ClearCache() public méthode

public ClearCache ( System.Guid &rguidCategory ) : int
rguidCategory System.Guid
Résultat int

RefreshCache() public méthode

public RefreshCache ( System.Guid &rguidCategory ) : int
rguidCategory System.Guid
Résultat int