CachedMethodInfo Class |
Encapsulates information about a method being cached.
Namespace: PostSharp.Patterns.Caching.Implementation
Assembly: PostSharp.Patterns.Caching (in PostSharp.Patterns.Caching.dll) Version: 5.0.55.0 (5.0.55.0)
C#
public sealed class CachedMethodInfo
The CachedMethodInfo type exposes the following members.
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.
|
Name | Description | |
---|---|---|
QueryInterface<T> |
Gets the implementation of a specified interface for the specified object.
(Defined by QueryInterfaceExtensions.) |