Skip to main content
Version: 0.1.0

Class MethodResolver

Assembly: RCaron.dll
View Source
Declaration
csharp
public static class MethodResolver
Declaration
csharp
public static class MethodResolver

Methods

Resolve(ReadOnlySpan<char>, Type, FileScope, object?, object?[])

View Source
Declaration
csharp
public static (MethodBase, bool needsNumericConversion, bool IsExtension) Resolve(ReadOnlySpan<char> name, Type type, FileScope fileScope, object? instance, object?[] args)
Declaration
csharp
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
TypeName
System.ReadOnlySpan<System.Char>name
System.Typetype
RCaron.FileScopefileScope
System.Objectinstance
System.Object[]args