C# 클래스 Deveel.Data.Routines.ExternalRef

파일 보기 프로젝트 열기: deveel/deveeldb 1 사용 예제들

공개 메소드들

메소드 설명
ExternalRef ( string typeName, string methodName ) : System
ExternalRef ( string assemblyName, string typeName, string methodName ) : System
ExternalRef ( string assemblyName, string typeName, string methodName, string argumentTypes ) : System
GetMethod ( ) : MethodInfo
MakeRef ( Type type, string methodInfo ) : ExternalRef
MakeRef ( Type type, string methodInfo, bool includeAssembly ) : ExternalRef
Parse ( string s ) : ExternalRef
ToString ( ) : string
ToString ( bool includeAssembly ) : string
TryParse ( string s, ExternalRef &externalRef ) : bool

비공개 메소드들

메소드 설명
CheckParametersMatch ( RoutineInfo routineInfo, ParameterInfo parameters ) : bool
CheckReference ( RoutineInfo routineInfo ) : void
GetArgumentTypes ( string names ) : System.Type[]
GetAssemblyName ( string typeName ) : string
ResolveType ( string typeName ) : Type
TryParse ( string s, ExternalRef &externalRef, Exception &error ) : bool
TypesMatch ( Type methodTypes, Type refTypes ) : bool

메소드 상세

ExternalRef() 공개 메소드

public ExternalRef ( string typeName, string methodName ) : System
typeName string
methodName string
리턴 System

ExternalRef() 공개 메소드

public ExternalRef ( string assemblyName, string typeName, string methodName ) : System
assemblyName string
typeName string
methodName string
리턴 System

ExternalRef() 공개 메소드

public ExternalRef ( string assemblyName, string typeName, string methodName, string argumentTypes ) : System
assemblyName string
typeName string
methodName string
argumentTypes string
리턴 System

GetMethod() 공개 메소드

public GetMethod ( ) : MethodInfo
리턴 System.Reflection.MethodInfo

MakeRef() 공개 정적인 메소드

public static MakeRef ( Type type, string methodInfo ) : ExternalRef
type System.Type
methodInfo string
리턴 ExternalRef

MakeRef() 공개 정적인 메소드

public static MakeRef ( Type type, string methodInfo, bool includeAssembly ) : ExternalRef
type System.Type
methodInfo string
includeAssembly bool
리턴 ExternalRef

Parse() 공개 정적인 메소드

public static Parse ( string s ) : ExternalRef
s string
리턴 ExternalRef

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( bool includeAssembly ) : string
includeAssembly bool
리턴 string

TryParse() 공개 정적인 메소드

public static TryParse ( string s, ExternalRef &externalRef ) : bool
s string
externalRef ExternalRef
리턴 bool