C# 클래스 Pluton.Patcher.MethodDefinitionExtensions

파일 보기 프로젝트 열기: Notulp/Pluton

공개 메소드들

메소드 설명
Print ( this self ) : string
PrintCSharp ( this self ) : string
PrintIL ( this self ) : string
SetPublic ( this self, bool value ) : Mono.Cecil.MethodDefinition

메소드 상세

Print() 공개 정적인 메소드

public static Print ( this self ) : string
self this
리턴 string

PrintCSharp() 공개 정적인 메소드

public static PrintCSharp ( this self ) : string
self this
리턴 string

PrintIL() 공개 정적인 메소드

public static PrintIL ( this self ) : string
self this
리턴 string

SetPublic() 공개 정적인 메소드

public static SetPublic ( this self, bool value ) : Mono.Cecil.MethodDefinition
self this
value bool
리턴 Mono.Cecil.MethodDefinition