C# 클래스 OpenHome.Net.Core.Property

(Service) Property. Only intended for use by auto-generated proxies and providers.
One Property will be created per Property (state variable) for the Service
상속: IDisposable
파일 보기 프로젝트 열기: openhome/ohNet 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
iCallbackValueChanged Callback
iGch System.Runtime.InteropServices.GCHandle
iHandle System.IntPtr

공개 메소드들

메소드 설명
CallPropertyChangedDelegate ( System aDelegate ) : void
Dispose ( ) : void

보호된 메소드들

메소드 설명
Property ( System aValueChanged ) : System
Property ( bool aOwnsNativeProperty ) : System

비공개 메소드들

메소드 설명
Handle ( ) : IntPtr
ServicePropertyDestroy ( IntPtr aHandle ) : IntPtr
ValueChanged ( IntPtr aPtr ) : void

메소드 상세

CallPropertyChangedDelegate() 공개 정적인 메소드

public static CallPropertyChangedDelegate ( System aDelegate ) : void
aDelegate System
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Property() 보호된 메소드

protected Property ( System aValueChanged ) : System
aValueChanged System
리턴 System

Property() 보호된 메소드

protected Property ( bool aOwnsNativeProperty ) : System
aOwnsNativeProperty bool
리턴 System

프로퍼티 상세

iCallbackValueChanged 보호되어 있는 프로퍼티

protected Callback iCallbackValueChanged
리턴 Callback

iGch 보호되어 있는 프로퍼티

protected GCHandle,System.Runtime.InteropServices iGch
리턴 System.Runtime.InteropServices.GCHandle

iHandle 보호되어 있는 프로퍼티

protected IntPtr,System iHandle
리턴 System.IntPtr