Show / Hide Table of Contents

Struct SerializedMethod

Used for serializing a method so it can be stored to a file

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
Namespace: WeaverCore.Editor.Compilation
Assembly: WeaverCore.Editor.dll
Syntax
[Serializable]
public struct SerializedMethod

Constructors

| Edit this page View Source

SerializedMethod(Delegate)

Declaration
public SerializedMethod(Delegate method)
Parameters
Type Name Description
Delegate method
| Edit this page View Source

SerializedMethod(MethodInfo)

Declaration
public SerializedMethod(MethodInfo method)
Parameters
Type Name Description
MethodInfo method

Properties

| Edit this page View Source

AssemblyName

Declaration
public string AssemblyName { get; set; }
Property Value
Type Description
string
| Edit this page View Source

IsPublic

Declaration
public bool IsPublic { get; set; }
Property Value
Type Description
bool
| Edit this page View Source

IsStatic

Declaration
public bool IsStatic { get; set; }
Property Value
Type Description
bool
| Edit this page View Source

Method

Declaration
public MethodInfo Method { get; set; }
Property Value
Type Description
MethodInfo
| Edit this page View Source

MethodName

Declaration
public string MethodName { get; set; }
Property Value
Type Description
string
| Edit this page View Source

TypeName

Declaration
public string TypeName { get; set; }
Property Value
Type Description
string

Extension Methods

ReflectionUtilities.ReflectCallMethod(object, string, object[], BindingFlags)
ReflectionUtilities.ReflectGetField(object, string, BindingFlags)
ReflectionUtilities.ReflectGetMethod(object, string, BindingFlags)
ReflectionUtilities.ReflectGetProperty(object, string, BindingFlags)
ReflectionUtilities.ReflectSetField(object, string, object, BindingFlags)
ReflectionUtilities.ReflectSetProperty(object, string, object, BindingFlags)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾