C# 클래스 MegaMan.Engine.Binding

파일 보기 프로젝트 열기: Tesserex/C--MegaMan-Engine 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
target object
targetProperty System.Reflection.PropertyInfo

공개 메소드들

메소드 설명
Create ( MegaMan.Common.SceneBindingInfo info, object target ) : Binding
Start ( IEntityPool entityPool ) : void
Stop ( ) : void

보호된 메소드들

메소드 설명
Binding ( object target, PropertyInfo targetProperty ) : System

메소드 상세

Binding() 보호된 메소드

protected Binding ( object target, PropertyInfo targetProperty ) : System
target object
targetProperty System.Reflection.PropertyInfo
리턴 System

Create() 공개 정적인 메소드

public static Create ( MegaMan.Common.SceneBindingInfo info, object target ) : Binding
info MegaMan.Common.SceneBindingInfo
target object
리턴 Binding

Start() 공개 추상적인 메소드

public abstract Start ( IEntityPool entityPool ) : void
entityPool IEntityPool
리턴 void

Stop() 공개 추상적인 메소드

public abstract Stop ( ) : void
리턴 void

프로퍼티 상세

target 보호되어 있는 프로퍼티

protected object target
리턴 object

targetProperty 보호되어 있는 프로퍼티

protected PropertyInfo,System.Reflection targetProperty
리턴 System.Reflection.PropertyInfo