C# 클래스 Cedar.Framework.Common.ApplicationContextAwareObject

상속: System.MarshalByRefObject, IApplicationContextAwareObject, IDisposable
파일 보기 프로젝트 열기: Chinaccn/surfboard

공개 메소드들

메소드 설명
ApplicationContextAwareObject ( ) : System

Initializes a new instance of the T:Cedar.Core.ApplicationContextAwareObject class.

Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

보호된 메소드들

메소드 설명
AddDisposableObject ( object disposableObject ) : void

Adds the disposable object.

Dispose ( bool disposing ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

메소드 상세

AddDisposableObject() 보호된 메소드

Adds the disposable object.
protected AddDisposableObject ( object disposableObject ) : void
disposableObject object The disposable object.
리턴 void

ApplicationContextAwareObject() 공개 메소드

Initializes a new instance of the T:Cedar.Core.ApplicationContextAwareObject class.
public ApplicationContextAwareObject ( ) : System
리턴 System

Dispose() 공개 메소드

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void