C# Class Pluton.Patcher.Reflection.AssemblyPatcher

Inheritance: PatcherObject
Afficher le fichier Open project: Notulp/Pluton Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AssemblyPatcher ( AssemblyDefinition assDef ) : System
CreateType ( string @namespace, string name ) : TypePatcher
FromFile ( string filename ) : AssemblyPatcher
GetType ( Func func ) : TypePatcher
GetType ( string type ) : TypePatcher
ImportMethod ( MethodPatcher toImport ) : MethodReference
Write ( string file ) : void

Method Details

AssemblyPatcher() public méthode

public AssemblyPatcher ( AssemblyDefinition assDef ) : System
assDef Mono.Cecil.AssemblyDefinition
Résultat System

CreateType() public méthode

public CreateType ( string @namespace, string name ) : TypePatcher
@namespace string
name string
Résultat TypePatcher

FromFile() public static méthode

public static FromFile ( string filename ) : AssemblyPatcher
filename string
Résultat AssemblyPatcher

GetType() public méthode

public GetType ( Func func ) : TypePatcher
func Func
Résultat TypePatcher

GetType() public méthode

public GetType ( string type ) : TypePatcher
type string
Résultat TypePatcher

ImportMethod() public méthode

public ImportMethod ( MethodPatcher toImport ) : MethodReference
toImport MethodPatcher
Résultat Mono.Cecil.MethodReference

Write() public méthode

public Write ( string file ) : void
file string
Résultat void