C# Class Mono.Cecil.CustomAttribute

Inheritance: IRequireResolving, IReflectionVisitable
Afficher le fichier Open project: jbevain/cecil Class Usage Examples

Private Properties

Свойство Type Description
CustomAttribute System
Resolve void

Méthodes publiques

Méthode Description
CustomAttribute ( MethodReference constructor ) : System
CustomAttribute ( MethodReference constructor, byte blob ) : System
GetBlob ( ) : byte[]

Private Methods

Méthode Description
CustomAttribute ( uint signature, MethodReference constructor ) : System
Resolve ( ) : void

Method Details

CustomAttribute() public méthode

public CustomAttribute ( MethodReference constructor ) : System
constructor MethodReference
Résultat System

CustomAttribute() public méthode

public CustomAttribute ( MethodReference constructor, byte blob ) : System
constructor MethodReference
blob byte
Résultat System

GetBlob() public méthode

public GetBlob ( ) : byte[]
Résultat byte[]