Class MethodInfoExtensions
Inheritance
System.Object
MethodInfoExtensions
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
public static class MethodInfoExtensions
Methods
AssemblyQualifiedParameterTypes(MethodInfo)
Declaration
public static string[] AssemblyQualifiedParameterTypes(this MethodInfo methodInfo)
Parameters
Type | Name | Description |
---|---|---|
System.Reflection.MethodInfo | methodInfo |
Returns
Type | Description |
---|---|
System.String[] |
GenerateDisplayName(MethodInfo)
Declaration
public static string GenerateDisplayName(this MethodInfo methodInfo)
Parameters
Type | Name | Description |
---|---|---|
System.Reflection.MethodInfo | methodInfo |
Returns
Type | Description |
---|---|
System.String |
GenerateIdentifier(MethodInfo)
Declaration
public static string GenerateIdentifier(this MethodInfo methodInfo)
Parameters
Type | Name | Description |
---|---|---|
System.Reflection.MethodInfo | methodInfo |
Returns
Type | Description |
---|---|
System.String |