MethodSignature public class MethodSignature Documentation public readonly Type[] argTypes public readonly string methodName public readonly string typeName public MethodSignature(string typeName, string methodName, Type[] argTypes) public static Type[] GetArgTypes(object[] args) public bool IsCompatibleWith(object[] args)