C# Class AsmResolver.Net.Signatures.CustomAttributeArgument

Inheritance: BlobSignature
Afficher le fichier Open project: JerreS/AsmResolver Class Usage Examples

Méthodes publiques

Méthode Description
CustomAttributeArgument ( TypeSignature argumentType ) : System
CustomAttributeArgument ( TypeSignature argumentType, ElementSignature value ) : System
FromReader ( MetadataHeader header, TypeSignature typeSignature, IBinaryStreamReader reader ) : CustomAttributeArgument
GetPhysicalLength ( ) : uint
Write ( WritingContext context ) : void

Private Methods

Méthode Description
CustomAttributeArgument ( ) : System

Method Details

CustomAttributeArgument() public méthode

public CustomAttributeArgument ( TypeSignature argumentType ) : System
argumentType TypeSignature
Résultat System

CustomAttributeArgument() public méthode

public CustomAttributeArgument ( TypeSignature argumentType, ElementSignature value ) : System
argumentType TypeSignature
value ElementSignature
Résultat System

FromReader() public static méthode

public static FromReader ( MetadataHeader header, TypeSignature typeSignature, IBinaryStreamReader reader ) : CustomAttributeArgument
header MetadataHeader
typeSignature TypeSignature
reader IBinaryStreamReader
Résultat CustomAttributeArgument

GetPhysicalLength() public méthode

public GetPhysicalLength ( ) : uint
Résultat uint

Write() public méthode

public Write ( WritingContext context ) : void
context WritingContext
Résultat void