Table of Contents

Class ExecutableReflectionEditorUtils

Namespace
Ceres.Editor.Flow
Assembly
Ceres.Flow.Editor.dll
public static class ExecutableReflectionEditorUtils
Inheritance
ExecutableReflectionEditorUtils
Inherited Members

Methods

GetExecutableFunctionFileInfo(MethodInfo)

public static (string filePath, int lineNumber) GetExecutableFunctionFileInfo(MethodInfo methodInfo)

Parameters

methodInfo MethodInfo

Returns

(string filePath, int lineNumber)

GetExecutableFunctionXmlDocumentation(MethodInfo)

public static string GetExecutableFunctionXmlDocumentation(MethodInfo methodInfo)

Parameters

methodInfo MethodInfo

Returns

string