Class ExtendedMemberInfo

Member info containing the backing method

Inheritance
System.Object
ExtendedMemberInfo
Namespace: Solti.Utils.Proxy
Assembly: Solti.Utils.Proxy.dll
Syntax
public sealed class ExtendedMemberInfo : Object

Constructors

ExtendedMemberInfo(MethodInfo)

Creates a new ExtendedMemberInfo instance.

Declaration
public ExtendedMemberInfo(MethodInfo method)
Parameters
Type Name Description
System.Reflection.MethodInfo method

Properties

Member

The member that is backed by the Method

Declaration
public MemberInfo Member { get; }
Property Value
Type Description
System.Reflection.MemberInfo

Method

The backing method.

Declaration
public MethodInfo Method { get; }
Property Value
Type Description
System.Reflection.MethodInfo
In This Article
Back to top Generated by DocFX