C# 클래스 Mono.CSharp.ImportedTypeParameterDefinition

상속: ImportedMemberDefinition, ITypeDefinition
파일 보기 프로젝트 열기: praeclarum/runcs 1 사용 예제들

공개 메소드들

메소드 설명
GetAttributeCoClass ( ) : System.TypeSpec
GetAttributeDefaultMember ( ) : string
GetAttributeUsage ( Mono.CSharp.PredefinedAttribute pa ) : AttributeUsageAttribute
ImportedTypeParameterDefinition ( Type type, MetadataImporter importer ) : IKVM.Reflection
LoadMembers ( System.TypeSpec declaringType, bool onlyTypes, Mono.CSharp.MemberCache &cache ) : void

비공개 메소드들

메소드 설명
ITypeDefinition ( IAssemblyDefinition assembly ) : bool

메소드 상세

GetAttributeCoClass() 공개 메소드

public GetAttributeCoClass ( ) : System.TypeSpec
리턴 System.TypeSpec

GetAttributeDefaultMember() 공개 메소드

public GetAttributeDefaultMember ( ) : string
리턴 string

GetAttributeUsage() 공개 메소드

public GetAttributeUsage ( Mono.CSharp.PredefinedAttribute pa ) : AttributeUsageAttribute
pa Mono.CSharp.PredefinedAttribute
리턴 System.AttributeUsageAttribute

ImportedTypeParameterDefinition() 공개 메소드

public ImportedTypeParameterDefinition ( Type type, MetadataImporter importer ) : IKVM.Reflection
type IKVM.Reflection.Type
importer MetadataImporter
리턴 IKVM.Reflection

LoadMembers() 공개 메소드

public LoadMembers ( System.TypeSpec declaringType, bool onlyTypes, Mono.CSharp.MemberCache &cache ) : void
declaringType System.TypeSpec
onlyTypes bool
cache Mono.CSharp.MemberCache
리턴 void