C# 클래스 System.RuntimeCustomAttributeData

상속: System.Reflection.CustomAttributeData
파일 보기 프로젝트 열기: tgiphil/MOSA-Project 1 사용 예제들

공개 메소드들

메소드 설명
CreateNamedArgumentStruct ( string name, Type type, object value, bool isField ) : CustomAttributeNamedArgument
CreateTypedArgumentStruct ( Type type, object value ) : CustomAttributeTypedArgument
RuntimeCustomAttributeData ( MetadataCAStruct customAttributeTable ) : System.Collections.Generic

비공개 메소드들

메소드 설명
ResolveArgumentValue ( MetadataCAArgumentStruct argument, Type type ) : object
ResolveArrayValue ( MetadataCAArgumentStruct argument, Type type ) : object

메소드 상세

CreateNamedArgumentStruct() 공개 메소드

public CreateNamedArgumentStruct ( string name, Type type, object value, bool isField ) : CustomAttributeNamedArgument
name string
type Type
value object
isField bool
리턴 System.Reflection.CustomAttributeNamedArgument

CreateTypedArgumentStruct() 공개 메소드

public CreateTypedArgumentStruct ( Type type, object value ) : CustomAttributeTypedArgument
type Type
value object
리턴 System.Reflection.CustomAttributeTypedArgument

RuntimeCustomAttributeData() 공개 메소드

public RuntimeCustomAttributeData ( MetadataCAStruct customAttributeTable ) : System.Collections.Generic
customAttributeTable Mosa.Runtime.MetadataCAStruct
리턴 System.Collections.Generic