C# 클래스 Munq.TypeRegistry

상속: IDisposable
파일 보기 프로젝트 열기: volkanceylan/Serenity

공개 메소드들

메소드 설명
Add ( Registration reg ) : void
All ( Type type ) : IEnumerable
Dispose ( ) : void
Get ( string name, Type type ) : Registration
GetDerived ( Type type ) : IEnumerable
GetDerived ( string name, Type type ) : IEnumerable
Remove ( IRegistration ireg ) : void
TryGet ( string name, Type type ) : Registration

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
MakeKey ( string name, Type type ) : IRegistrationKey

메소드 상세

Add() 공개 메소드

public Add ( Registration reg ) : void
reg Registration
리턴 void

All() 공개 메소드

public All ( Type type ) : IEnumerable
type System.Type
리턴 IEnumerable

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Get() 공개 메소드

public Get ( string name, Type type ) : Registration
name string
type System.Type
리턴 Registration

GetDerived() 공개 메소드

public GetDerived ( Type type ) : IEnumerable
type System.Type
리턴 IEnumerable

GetDerived() 공개 메소드

public GetDerived ( string name, Type type ) : IEnumerable
name string
type System.Type
리턴 IEnumerable

Remove() 공개 메소드

public Remove ( IRegistration ireg ) : void
ireg IRegistration
리턴 void

TryGet() 공개 메소드

public TryGet ( string name, Type type ) : Registration
name string
type System.Type
리턴 Registration