C# Class BlogSharp.Core.Impl.Services.FileSystem.Castle.CastleDirectoryInterceptor

Inheritance: CastleFileInterceptor
Show file Open project: BlogSharp/Blogsharp

Public Methods

Method Description
CastleDirectoryInterceptor ( IFileService fileService ) : System.Collections.Generic
Intercept ( IInvocation invocation ) : void

Method Details

CastleDirectoryInterceptor() public method

public CastleDirectoryInterceptor ( IFileService fileService ) : System.Collections.Generic
fileService IFileService
return System.Collections.Generic

Intercept() public method

public Intercept ( IInvocation invocation ) : void
invocation IInvocation
return void