C# 클래스 Simple.Reflection.MethodSignature

파일 보기 프로젝트 열기: juanplopes/simple

공개 메소드들

메소드 설명
FirstParameterIs ( Type type ) : bool
MakeCall ( ) : string
MakeSignature ( ) : string
MakeSignature ( int skip ) : string
MethodSignature ( MethodInfo method ) : System
MethodSignature ( MethodInfo method, HashSet namespaces ) : System

비공개 메소드들

메소드 설명
AppendGenericDefinition ( StringBuilder str ) : void
AppendMethodName ( StringBuilder str ) : void
AppendParameters ( StringBuilder str, int skip ) : void
AppendParameters ( StringBuilder str, string skip ) : void
AppendReturnType ( StringBuilder str ) : void
AppendTypeConstraints ( StringBuilder str ) : void
CreateConstraintString ( Type x ) : string
GetParameterModifiers ( ParameterInfo x, bool includeParams ) : string

메소드 상세

FirstParameterIs() 공개 메소드

public FirstParameterIs ( Type type ) : bool
type System.Type
리턴 bool

MakeCall() 공개 메소드

public MakeCall ( ) : string
리턴 string

MakeSignature() 공개 메소드

public MakeSignature ( ) : string
리턴 string

MakeSignature() 공개 메소드

public MakeSignature ( int skip ) : string
skip int
리턴 string

MethodSignature() 공개 메소드

public MethodSignature ( MethodInfo method ) : System
method System.Reflection.MethodInfo
리턴 System

MethodSignature() 공개 메소드

public MethodSignature ( MethodInfo method, HashSet namespaces ) : System
method System.Reflection.MethodInfo
namespaces HashSet
리턴 System