C# 클래스 Castle.MonoRail.Framework.Internal.ResourceFacade

Simple facade that provides the IResource interface to a ResourceManager instance.
상속: IResource
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
Dispose ( ) : void

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

GetEnumerator ( ) : IEnumerator

Returns an enumerator that iterates through a collection.

GetObject ( string key ) : object

Returns the object linked to the specific key.

GetString ( string key ) : string

Returns the object linked to the specific key as a string.

ResourceFacade ( ResourceManager resourceManager, CultureInfo cultureInfo ) : System.Collections

Initializes a new instance of the ResourceFacade class.

this ( string key ) : object

Returns the object linked to the specific key.

메소드 상세

Dispose() 공개 메소드

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

GetEnumerator() 공개 메소드

Returns an enumerator that iterates through a collection.
public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

GetObject() 공개 메소드

Returns the object linked to the specific key.
public GetObject ( string key ) : object
key string
리턴 object

GetString() 공개 메소드

Returns the object linked to the specific key as a string.
public GetString ( string key ) : string
key string
리턴 string

ResourceFacade() 공개 메소드

Initializes a new instance of the ResourceFacade class.
public ResourceFacade ( ResourceManager resourceManager, CultureInfo cultureInfo ) : System.Collections
resourceManager System.Resources.ResourceManager The resource manager.
cultureInfo System.Globalization.CultureInfo The culture info.
리턴 System.Collections

this() 공개 메소드

Returns the object linked to the specific key.
public this ( string key ) : object
key string
리턴 object