C# Class Simple.Expressions.Editable.ReflectionExtensions

Afficher le fichier Open project: juanplopes/simple

Méthodes publiques

Méthode Description
FromConstructorSerializableForm ( string serializedValue ) : ConstructorInfo
FromMemberSerializableForm ( string serializedValue ) : MemberInfo
FromMethodSerializableForm ( string serializedValue ) : MethodInfo
FromTypeSerializableForm ( string serializedValue ) : Type
ToSerializableForm ( this type ) : string

Private Methods

Méthode Description
SplitString ( string str ) : String[]

Method Details

FromConstructorSerializableForm() public static méthode

public static FromConstructorSerializableForm ( string serializedValue ) : ConstructorInfo
serializedValue string
Résultat System.Reflection.ConstructorInfo

FromMemberSerializableForm() public static méthode

public static FromMemberSerializableForm ( string serializedValue ) : MemberInfo
serializedValue string
Résultat System.Reflection.MemberInfo

FromMethodSerializableForm() public static méthode

public static FromMethodSerializableForm ( string serializedValue ) : MethodInfo
serializedValue string
Résultat System.Reflection.MethodInfo

FromTypeSerializableForm() public static méthode

public static FromTypeSerializableForm ( string serializedValue ) : Type
serializedValue string
Résultat System.Type

ToSerializableForm() public static méthode

public static ToSerializableForm ( this type ) : string
type this
Résultat string