C# Class FodyAssemblyPostProcessor.WeaverEntry, UnityFody

Datei anzeigen Open project: jbruening/UnityFody

Public Properties

Property Type Description
AssemblyName string
AssemblyPath string
Element string
TypeName string
WeaverInstance object
WeaverType Type

Public Methods

Method Description
PrettyName ( ) : string

Private Methods

Method Description
Activate ( Type weaverType ) : void
Run ( string methodName ) : void
SetProperty ( string property, object value ) : void
TryAddEvent ( string evt, Delegate value ) : void
TrySetProperty ( string property, object value ) : void

Method Details

PrettyName() public method

public PrettyName ( ) : string
return string

Property Details

AssemblyName public_oe property

public string AssemblyName
return string

AssemblyPath public_oe property

public string AssemblyPath
return string

Element public_oe property

public string Element
return string

TypeName public_oe property

public string TypeName
return string

WeaverInstance public_oe property

public object WeaverInstance
return object

WeaverType public_oe property

public Type WeaverType
return Type