C# Class SkypeNet.Lib.Core.Objects.SkypeSerializer

Serializes all available Skype objects
Afficher le fichier Open project: sverrirs/SkypeNet

Méthodes publiques

Méthode Description
Update ( object instance, string property, object value ) : void

Updates an already live instance of a Skype object with a new value for the specified property

Private Methods

Méthode Description
Cache ( Type objectType ) : PropertyInfo>.Dictionary
SkypeSerializer ( ) : System

Method Details

Update() public static méthode

Updates an already live instance of a Skype object with a new value for the specified property
public static Update ( object instance, string property, object value ) : void
instance object the skype object instance
property string the property name (not case sensitive)
value object the value to set the property to
Résultat void