Class MethodResolver
Assembly: RCaron.dll
View Source
Declarationcsharppublic static class MethodResolver
Declarationcsharppublic static class MethodResolver
Methods
Resolve(ReadOnlySpan<char>, Type, FileScope, object?, object?[])
View Source
Declarationcsharppublic static (MethodBase, bool needsNumericConversion, bool IsExtension) Resolve(ReadOnlySpan<char> name, Type type, FileScope fileScope, object? instance, object?[] args)
Declarationcsharppublic static (MethodBase, bool needsNumericConversion, bool IsExtension) Resolve(ReadOnlySpan<char> name, Type type, FileScope fileScope, object? instance, object?[] args)
Returns
System.ValueTuple<System.Reflection.MethodBase,System.Boolean,System.Boolean>
Parameters
| Type | Name |
|---|---|
System.ReadOnlySpan<System.Char> | name |
System.Type | type |
| RCaron.FileScope | fileScope |
System.Object | instance |
System.Object[] | args |