Class ExecutableReflectionEditorUtils
Inheritance
object
ExecutableReflectionEditorUtils
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Ceres.Editor.Graph.Flow
Assembly: cs.temp.dll.dll
Syntax
public static class ExecutableReflectionEditorUtils
Methods
GetExecutableFunctionFileInfo(MethodInfo)
Declaration
public static (string filePath, int lineNumber) GetExecutableFunctionFileInfo(MethodInfo methodInfo)
Parameters
Type | Name | Description |
---|---|---|
MethodInfo | methodInfo |
Returns
Type | Description |
---|---|
(string filePath, int lineNumber) |
GetExecutableFunctionXmlDocumentation(MethodInfo)
Declaration
public static string GetExecutableFunctionXmlDocumentation(MethodInfo methodInfo)
Parameters
Type | Name | Description |
---|---|---|
MethodInfo | methodInfo |
Returns
Type | Description |
---|---|
string |