Show / Hide Table of Contents

Class MethodEvaluator

Inheritance
Object
MethodEvaluator
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor.Macros
Assembly: UnityEditor.dll
Syntax
public static class MethodEvaluator

Methods

| Improve this Doc View Source

Eval(String, String, String, Type[], Object[])

Declaration
public static object Eval(string assemblyFile, string typeName, string methodName, Type[] paramTypes, object[] args)
Parameters
Type Name Description
String assemblyFile
String typeName
String methodName
Type[] paramTypes
Object[] args
Returns
Type Description
Object
| Improve this Doc View Source

ExecuteExternalCode(String)

Declaration
public static object ExecuteExternalCode(string parcel)
Parameters
Type Name Description
String parcel
Returns
Type Description
Object
  • Improve this Doc
  • View Source
Back to top Generated by DocFX