C# Class Pluton.Patcher.MethodDefinitionExtensions

Afficher le fichier Open project: Notulp/Pluton

Méthodes publiques

Méthode Description
Print ( this self ) : string
PrintCSharp ( this self ) : string
PrintIL ( this self ) : string
SetPublic ( this self, bool value ) : Mono.Cecil.MethodDefinition

Method Details

Print() public static méthode

public static Print ( this self ) : string
self this
Résultat string

PrintCSharp() public static méthode

public static PrintCSharp ( this self ) : string
self this
Résultat string

PrintIL() public static méthode

public static PrintIL ( this self ) : string
self this
Résultat string

SetPublic() public static méthode

public static SetPublic ( this self, bool value ) : Mono.Cecil.MethodDefinition
self this
value bool
Résultat Mono.Cecil.MethodDefinition