Class ExecutableFunction.ExecutableAttribute
public class ExecutableFunction.ExecutableAttribute
- Inheritance
-
ExecutableFunction.ExecutableAttribute
- Inherited Members
Constructors
ExecutableAttribute(MethodInfo)
public ExecutableAttribute(MethodInfo methodInfo)
Parameters
methodInfoMethodInfo
Properties
DisplayTarget
public bool DisplayTarget { get; }
Property Value
ExecuteInDependency
public bool ExecuteInDependency { get; }
Property Value
IsNeedResolveReturnType
public bool IsNeedResolveReturnType { get; }
Property Value
IsScriptMethod
public bool IsScriptMethod { get; }
Property Value
IsSelfTarget
public bool IsSelfTarget { get; }
Property Value
ResolveReturnTypeParameter
public ParameterInfo ResolveReturnTypeParameter { get; }
Property Value
ScriptTargetType
public Type ScriptTargetType { get; }
Property Value
SearchAliases
public string SearchAliases { get; }
Property Value
SearchName
public string SearchName { get; }