C# 클래스 CK.Plugins.ObjectExplorer.ILogExtension

파일 보기 프로젝트 열기: Invenietis/ck-certified

공개 메소드들

메소드 설명
GetCleanSignature ( this m ) : string
GetSimpleSignature ( this m ) : string

Extension method for classes implementing the MethodInfo interface, gets the Method's signature, in order to distinguish different overrides

비공개 메소드들

메소드 설명
TypeStringCleaner ( string s ) : string

메소드 상세

GetCleanSignature() 공개 정적인 메소드

public static GetCleanSignature ( this m ) : string
m this
리턴 string

GetSimpleSignature() 공개 정적인 메소드

Extension method for classes implementing the MethodInfo interface, gets the Method's signature, in order to distinguish different overrides
public static GetSimpleSignature ( this m ) : string
m this
리턴 string