C# 클래스 System.Reflection.Context.CustomReflectionContext

상속: ReflectionContext
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
MapAssembly ( System assembly ) : System.Reflection.Assembly
MapType ( System type ) : System.Reflection.TypeInfo

보호된 메소드들

메소드 설명
AddProperties ( System type ) : System.Collections.Generic.IEnumerable
CreateProperty ( System propertyType, string name, object>.System getter, object>.System setter ) : System.Reflection.PropertyInfo
CreateProperty ( System propertyType, string name, object>.System getter, object>.System setter, System propertyCustomAttributes, System getterCustomAttributes, System setterCustomAttributes ) : System.Reflection.PropertyInfo
CustomReflectionContext ( )
CustomReflectionContext ( System source )
GetCustomAttributes ( System member, System declaredAttributes ) : System.Collections.Generic.IEnumerable

메소드 상세

AddProperties() 보호된 메소드

protected AddProperties ( System type ) : System.Collections.Generic.IEnumerable
type System
리턴 System.Collections.Generic.IEnumerable

CreateProperty() 보호된 메소드

protected CreateProperty ( System propertyType, string name, object>.System getter, object>.System setter ) : System.Reflection.PropertyInfo
propertyType System
name string
getter object>.System
setter object>.System
리턴 System.Reflection.PropertyInfo

CreateProperty() 보호된 메소드

protected CreateProperty ( System propertyType, string name, object>.System getter, object>.System setter, System propertyCustomAttributes, System getterCustomAttributes, System setterCustomAttributes ) : System.Reflection.PropertyInfo
propertyType System
name string
getter object>.System
setter object>.System
propertyCustomAttributes System
getterCustomAttributes System
setterCustomAttributes System
리턴 System.Reflection.PropertyInfo

CustomReflectionContext() 보호된 메소드

protected CustomReflectionContext ( )

CustomReflectionContext() 보호된 메소드

protected CustomReflectionContext ( System source )
source System

GetCustomAttributes() 보호된 메소드

protected GetCustomAttributes ( System member, System declaredAttributes ) : System.Collections.Generic.IEnumerable
member System
declaredAttributes System
리턴 System.Collections.Generic.IEnumerable

MapAssembly() 공개 메소드

public MapAssembly ( System assembly ) : System.Reflection.Assembly
assembly System
리턴 System.Reflection.Assembly

MapType() 공개 메소드

public MapType ( System type ) : System.Reflection.TypeInfo
type System
리턴 System.Reflection.TypeInfo