Table of Contents

Class InjectionMatching

Namespace
Unity.Injection
Assembly
Unity.Abstractions.dll
public static class InjectionMatching
Inheritance
InjectionMatching
Inherited Members

Methods

MatchMemberInfo(object[], MethodBase)

public static bool MatchMemberInfo(this object[] data, MethodBase info)

Parameters

data object[]
info MethodBase

Returns

bool

Matches(object, Type)

public static bool Matches(this object data, Type match)

Parameters

data object
match Type

Returns

bool

MatchesObject(object, Type)

public static bool MatchesObject(this object parameter, Type match)

Parameters

parameter object
match Type

Returns

bool

MatchesType(Type, Type)

public static bool MatchesType(this Type type, Type match)

Parameters

type Type
match Type

Returns

bool

Signature(object[])

public static string Signature(this object[] data)

Parameters

data object[]

Returns

string