C# Class AsmResolver.Net.Signatures.CustomAttributeNamedArgument

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

Méthodes publiques

Méthode Description
CustomAttributeNamedArgument ( ) : System
CustomAttributeNamedArgument ( CustomAttributeArgumentMemberType argumentMemberType, TypeSignature argumentType, string memberName, CustomAttributeArgument argument ) : System
FromReader ( MetadataHeader header, IBinaryStreamReader reader ) : CustomAttributeNamedArgument
GetPhysicalLength ( ) : uint
Write ( WritingContext context ) : void

Method Details

CustomAttributeNamedArgument() public méthode

public CustomAttributeNamedArgument ( ) : System
Résultat System

CustomAttributeNamedArgument() public méthode

public CustomAttributeNamedArgument ( CustomAttributeArgumentMemberType argumentMemberType, TypeSignature argumentType, string memberName, CustomAttributeArgument argument ) : System
argumentMemberType CustomAttributeArgumentMemberType
argumentType TypeSignature
memberName string
argument CustomAttributeArgument
Résultat System

FromReader() public static méthode

public static FromReader ( MetadataHeader header, IBinaryStreamReader reader ) : CustomAttributeNamedArgument
header MetadataHeader
reader IBinaryStreamReader
Résultat CustomAttributeNamedArgument

GetPhysicalLength() public méthode

public GetPhysicalLength ( ) : uint
Résultat uint

Write() public méthode

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