Class ExecutableFunction.ExecutableAttribute
public class ExecutableFunction.ExecutableAttribute
- Inheritance
-
objectExecutableFunction.ExecutableAttribute
- Inherited Members
-
object.Equals(object)object.Equals(object, object)object.GetHashCode()object.GetType()object.MemberwiseClone()object.ReferenceEquals(object, object)object.ToString()
Constructors
ExecutableAttribute(MethodInfo)
public ExecutableAttribute(MethodInfo methodInfo)
Parameters
methodInfoMethodInfo
Properties
DisplayTarget
public bool DisplayTarget { get; }
Property Value
- bool
ExecuteInDependency
public bool ExecuteInDependency { get; }
Property Value
- bool
IsNeedResolveReturnType
public bool IsNeedResolveReturnType { get; }
Property Value
- bool
IsScriptMethod
public bool IsScriptMethod { get; }
Property Value
- bool
IsSelfTarget
public bool IsSelfTarget { get; }
Property Value
- bool
ResolveReturnTypeParameter
public ParameterInfo ResolveReturnTypeParameter { get; }
Property Value
- ParameterInfo
ScriptTargetType
public Type ScriptTargetType { get; }
Property Value
- Type
SearchName
public string SearchName { get; }
Property Value
- string