C# Class FodyAssemblyPostProcessor.WeaverEntry, UnityFody

Afficher le fichier Open project: jbruening/UnityFody

Méthodes publiques

Свойство Type Description
AssemblyName string
AssemblyPath string
Element string
TypeName string
WeaverInstance object
WeaverType Type

Méthodes publiques

Méthode Description
PrettyName ( ) : string

Private Methods

Méthode 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 méthode

public PrettyName ( ) : string
Résultat string

Property Details

AssemblyName public_oe property

public string AssemblyName
Résultat string

AssemblyPath public_oe property

public string AssemblyPath
Résultat string

Element public_oe property

public string Element
Résultat string

TypeName public_oe property

public string TypeName
Résultat string

WeaverInstance public_oe property

public object WeaverInstance
Résultat object

WeaverType public_oe property

public Type WeaverType
Résultat Type