C# 클래스 Mono.Cecil.CustomAttribute

상속: IRequireResolving, IReflectionVisitable
파일 보기 프로젝트 열기: jbevain/cecil 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CustomAttribute System
Resolve void

공개 메소드들

메소드 설명
CustomAttribute ( MethodReference constructor ) : System
CustomAttribute ( MethodReference constructor, byte blob ) : System
GetBlob ( ) : byte[]

비공개 메소드들

메소드 설명
CustomAttribute ( uint signature, MethodReference constructor ) : System
Resolve ( ) : void

메소드 상세

CustomAttribute() 공개 메소드

public CustomAttribute ( MethodReference constructor ) : System
constructor MethodReference
리턴 System

CustomAttribute() 공개 메소드

public CustomAttribute ( MethodReference constructor, byte blob ) : System
constructor MethodReference
blob byte
리턴 System

GetBlob() 공개 메소드

public GetBlob ( ) : byte[]
리턴 byte[]