Class CurrentMember
Contains helpers related to the currently executing member (method, property or event accessor). Intended for private use only.
Inheritance
System.Object
CurrentMember
Namespace: Solti.Utils.Proxy.Internals
Assembly: Solti.Utils.Proxy.dll
Syntax
public static class CurrentMember : Object
Methods
GetBase(ref ExtendedMemberInfo)
Gets the base definition of the currently executing member.
Declaration
public static bool GetBase(ref ExtendedMemberInfo memberInfo)
Parameters
Type | Name | Description |
---|---|---|
ExtendedMemberInfo | memberInfo |
Returns
Type | Description |
---|---|
System.Boolean | Returns false if the |
GetImplementedInterfaceMethod(ref ExtendedMemberInfo)
Gets the interface member that is implemented by the currently executing method.
Declaration
public static bool GetImplementedInterfaceMethod(ref ExtendedMemberInfo memberInfo)
Parameters
Type | Name | Description |
---|---|---|
ExtendedMemberInfo | memberInfo |
Returns
Type | Description |
---|---|
System.Boolean | Returns false if the |