Struct SerializedMethod
Used for serializing a method so it can be stored to a file
Assembly: WeaverCore.Editor.dll
Syntax
[Serializable]
public struct SerializedMethod
Constructors
|
Edit this page
View Source
SerializedMethod(Delegate)
Declaration
public SerializedMethod(Delegate method)
Parameters
|
Edit this page
View Source
SerializedMethod(MethodInfo)
Declaration
public SerializedMethod(MethodInfo method)
Parameters
Properties
|
Edit this page
View Source
AssemblyName
Declaration
public string AssemblyName { get; set; }
Property Value
|
Edit this page
View Source
IsPublic
Declaration
public bool IsPublic { get; set; }
Property Value
|
Edit this page
View Source
IsStatic
Declaration
public bool IsStatic { get; set; }
Property Value
|
Edit this page
View Source
Method
Declaration
public MethodInfo Method { get; set; }
Property Value
|
Edit this page
View Source
MethodName
Declaration
public string MethodName { get; set; }
Property Value
|
Edit this page
View Source
TypeName
Declaration
public string TypeName { get; set; }
Property Value
Extension Methods