InterLINQ representation of System.Reflection.MethodInfo.
Declaring type: InterLinqMethodInfo
Namespace: Zyan.InterLinq.Types
Assembly: Zyan.Communication
Collapse/Expand Public Constructors
  Name Description
Public Method InterLinqMethodInfo Overloaded. Empty constructor.
Collapse/Expand Public Methods
  Name Description
Public Method Virtual Equals Compares obj to this instance.
Public Method Virtual GetClrVersion Returns the CLR System.Reflection.MemberInfo.
Public Method Virtual GetHashCode Serves as a hash function for a particular type.
Public Method Virtual Initialize Initializes this class.
Collapse/Expand Public Properties
  Name Description
Public Property GenericArguments Gets or sets the generic arguments.
Public Property IsGeneric Returns true if the InterLinqMethodInfo is generic.
Public Property IsStatic Returns true if the InterLinqMethodInfo is static.
Public Property MemberType Gets the MemberType.
Public Property ReturnType Gets or sets the ReturnType.