Interface ITypeResolver
Namespace: Ascon.Polynom.Api.Query
Assembly: Ascon.Polynom.Api.dll
Syntax
public interface ITypeResolver
Methods
GetMethod(Type, string, Type[], Type[])
Declaration
MethodInfo GetMethod(Type declaringType, string name, Type[] parameterTypes, Type[] genArgTypes)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | declaringType | |
| string | name | |
| Type[] | parameterTypes | |
| Type[] | genArgTypes |
Returns
| Type | Description |
|---|---|
| MethodInfo |
GetType(string)
Declaration
Type GetType(string typeName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | typeName |
Returns
| Type | Description |
|---|---|
| Type |