CacheKeyBuilder.BuildMethodKey Method |
Namespace: PostSharp.Patterns.Caching.Implementation
Assembly: PostSharp.Patterns.Caching (in PostSharp.Patterns.Caching.dll) Version: 2023.0.3.0 (2023.0.3.0)
public virtual string BuildMethodKey( MethodInfo method, IList<Object> arguments, Object instance = null )
Parameters
- method
- Type: System.Reflection.MethodInfo
The MethodInfo representing the method. - arguments
- Type: System.Collections.Generic.IList<Object>
The arguments passed to the method call. - instance (Optional)
- Type: System.Object
The this instance of the method call, or null if method is static.
Return Value
Type: StringA string uniquely representing the method call.