CachedMethodInfo Class |
Namespace: PostSharp.Patterns.Caching.Implementation
Assembly: PostSharp.Patterns.Caching (in PostSharp.Patterns.Caching.dll) Version: 6.10.10.0 (6.10.10.0)
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.
|