C# 클래스 Neutronium.Core.Binding.GlueObject.IJSCSGlueExtender

파일 보기 프로젝트 열기: David-Desmaisons/MVVM.CEF.Glue

공개 메소드들

메소드 설명
ApplyOnListenable ( this @this, IListenableObjectVisitor ivisitor ) : void
GetAllChildren ( this @this, bool includeMySelf = false ) : IEnumerable
GetJSSessionValue ( this @this ) : IJavascriptObject
IsBasic ( this @this ) : bool

비공개 메소드들

메소드 설명
AutoMap ( this @this ) : void
GetAllChildren ( this @this, bool includeMySelf, ISet res ) : void

메소드 상세

ApplyOnListenable() 공개 정적인 메소드

public static ApplyOnListenable ( this @this, IListenableObjectVisitor ivisitor ) : void
@this this
ivisitor IListenableObjectVisitor
리턴 void

GetAllChildren() 공개 정적인 메소드

public static GetAllChildren ( this @this, bool includeMySelf = false ) : IEnumerable
@this this
includeMySelf bool
리턴 IEnumerable

GetJSSessionValue() 공개 정적인 메소드

public static GetJSSessionValue ( this @this ) : IJavascriptObject
@this this
리턴 IJavascriptObject

IsBasic() 공개 정적인 메소드

public static IsBasic ( this @this ) : bool
@this this
리턴 bool