C# 클래스 System.Reflection.ReflectionContext

파일 보기 프로젝트 열기: kumpera/mono 1 사용 예제들

공개 메소드들

메소드 설명
GetTypeForObject ( object value ) : TypeInfo
MapAssembly ( Assembly assembly ) : Assembly
MapType ( TypeInfo type ) : TypeInfo

메소드 상세

GetTypeForObject() 공개 메소드

public GetTypeForObject ( object value ) : TypeInfo
value object
리턴 TypeInfo

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

public abstract MapAssembly ( Assembly assembly ) : Assembly
assembly Assembly
리턴 Assembly

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

public abstract MapType ( TypeInfo type ) : TypeInfo
type TypeInfo
리턴 TypeInfo