MethodAccessorGetAccessor Method

Gets a MemberAccessor for the specified method.

Definition

Namespace: KGySoft.Reflection
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public static MethodAccessor GetAccessor(
	MethodInfo method
)

Parameters

method  MethodInfo
The method for which the accessor should be retrieved.

Return Value

MethodAccessor
A MethodAccessor instance that can be used to invoke the method.

See Also