C# 클래스 SkypeNet.Lib.Core.Objects.SkypeSerializer

Serializes all available Skype objects
파일 보기 프로젝트 열기: sverrirs/SkypeNet

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Cache ( Type objectType ) : PropertyInfo>.Dictionary
SkypeSerializer ( ) : System

메소드 상세

Update() 공개 정적인 메소드

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
리턴 void