C# 클래스 Simple.Expressions.Editable.ReflectionExtensions

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

공개 메소드들

메소드 설명
FromConstructorSerializableForm ( string serializedValue ) : ConstructorInfo
FromMemberSerializableForm ( string serializedValue ) : MemberInfo
FromMethodSerializableForm ( string serializedValue ) : MethodInfo
FromTypeSerializableForm ( string serializedValue ) : Type
ToSerializableForm ( this type ) : string

비공개 메소드들

메소드 설명
SplitString ( string str ) : String[]

메소드 상세

FromConstructorSerializableForm() 공개 정적인 메소드

public static FromConstructorSerializableForm ( string serializedValue ) : ConstructorInfo
serializedValue string
리턴 System.Reflection.ConstructorInfo

FromMemberSerializableForm() 공개 정적인 메소드

public static FromMemberSerializableForm ( string serializedValue ) : MemberInfo
serializedValue string
리턴 System.Reflection.MemberInfo

FromMethodSerializableForm() 공개 정적인 메소드

public static FromMethodSerializableForm ( string serializedValue ) : MethodInfo
serializedValue string
리턴 System.Reflection.MethodInfo

FromTypeSerializableForm() 공개 정적인 메소드

public static FromTypeSerializableForm ( string serializedValue ) : Type
serializedValue string
리턴 System.Type

ToSerializableForm() 공개 정적인 메소드

public static ToSerializableForm ( this type ) : string
type this
리턴 string