Class MethodResolver
Assembly: RCaron.dll
View Source
Declarationcsharp
public static class MethodResolver
Declarationcsharp
public static class MethodResolver
Methods
Resolve(ReadOnlySpan<char>, Type, FileScope, object?, object?[])
View Source
Declarationcsharp
public static (MethodBase, bool needsNumericConversion, bool IsExtension) Resolve(ReadOnlySpan<char> name, Type type, FileScope fileScope, object? instance, object?[] args)
Declarationcsharp
public 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 |