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

Serializes all available Skype objects
Datei anzeigen Open project: sverrirs/SkypeNet

Public Methods

Method 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

Method Description
Cache ( Type objectType ) : PropertyInfo>.Dictionary
SkypeSerializer ( ) : System

Method Details

Update() public static method

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
return void