Show / Hide Table of Contents

Class InjectionMatching

Inheritance
Object
InjectionMatching
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Unity.Injection
Assembly: Unity.Abstractions.dll
Syntax
public static class InjectionMatching

Methods

| Improve this Doc View Source

Matches(Object, Type)

Declaration
public static bool Matches(this object data, Type match)
Parameters
Type Name Description
Object data
Type match
Returns
Type Description
Boolean
| Improve this Doc View Source

MatchesObject(Object, Type)

Declaration
public static bool MatchesObject(this object parameter, Type match)
Parameters
Type Name Description
Object parameter
Type match
Returns
Type Description
Boolean
| Improve this Doc View Source

MatchesType(Type, Type)

Declaration
public static bool MatchesType(this Type type, Type match)
Parameters
Type Name Description
Type type
Type match
Returns
Type Description
Boolean
| Improve this Doc View Source

MatchMemberInfo(Object[], MethodBase)

Declaration
public static bool MatchMemberInfo(this object[] data, MethodBase info)
Parameters
Type Name Description
Object[] data
MethodBase info
Returns
Type Description
Boolean
| Improve this Doc View Source

Signature(Object[])

Declaration
public static string Signature(this object[] data)
Parameters
Type Name Description
Object[] data
Returns
Type Description
String
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2020 .NET Foundation and Contributors. All Rights Reserved