Show / Hide Table of Contents

Class SerializedMethodInfo

Inheritance
System.Object
SerializedMethodInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Pelican7.UIGraph
Assembly: UI Graph API Documentation Project.dll
Syntax
[Serializable]
public class SerializedMethodInfo

Constructors

SerializedMethodInfo(MethodInfo)

Declaration
public SerializedMethodInfo(MethodInfo methodInfo)
Parameters
Type Name Description
System.Reflection.MethodInfo methodInfo

Properties

DisplayName

Declaration
public string DisplayName { get; }
Property Value
Type Description
System.String

Identifier

Declaration
public string Identifier { get; }
Property Value
Type Description
System.String

Methods

TryGetMethodOnType(Type, out MethodInfo)

Declaration
public bool TryGetMethodOnType(Type type, out MethodInfo methodInfo)
Parameters
Type Name Description
System.Type type
System.Reflection.MethodInfo methodInfo
Returns
Type Description
System.Boolean
Back to top © 2019 Pelican 7 LTD. All rights reserved.