PostSharpAPI ReferencePost­Sharp.​Patterns.​Caching.​ImplementationCached­Method­Info
Open sandboxFocus

CachedMethodInfo Class

Encapsulates information about a method being cached.

Inheritance
CachedMethodInfo
Namespace: PostSharp.Patterns.Caching.Implementation
Assembly: PostSharp.Patterns.Caching.dll
Syntax
public sealed class CachedMethodInfo : Object

Properties

Name Description
IsThisParameterIgnored

Determines whether the value of the this parameter (for non-static methods) should be included in the cache key.

Method

Gets the MethodInfo of the method.

Parameters

Gets an array of CachedParameterInfo.