C# Class System.RuntimeCustomAttributeData

Inheritance: System.Reflection.CustomAttributeData
Afficher le fichier Open project: tgiphil/MOSA-Project Class Usage Examples

Méthodes publiques

Méthode Description
CreateNamedArgumentStruct ( string name, Type type, object value, bool isField ) : CustomAttributeNamedArgument
CreateTypedArgumentStruct ( Type type, object value ) : CustomAttributeTypedArgument
RuntimeCustomAttributeData ( MetadataCAStruct customAttributeTable ) : System.Collections.Generic

Private Methods

Méthode Description
ResolveArgumentValue ( MetadataCAArgumentStruct argument, Type type ) : object
ResolveArrayValue ( MetadataCAArgumentStruct argument, Type type ) : object

Method Details

CreateNamedArgumentStruct() public méthode

public CreateNamedArgumentStruct ( string name, Type type, object value, bool isField ) : CustomAttributeNamedArgument
name string
type Type
value object
isField bool
Résultat System.Reflection.CustomAttributeNamedArgument

CreateTypedArgumentStruct() public méthode

public CreateTypedArgumentStruct ( Type type, object value ) : CustomAttributeTypedArgument
type Type
value object
Résultat System.Reflection.CustomAttributeTypedArgument

RuntimeCustomAttributeData() public méthode

public RuntimeCustomAttributeData ( MetadataCAStruct customAttributeTable ) : System.Collections.Generic
customAttributeTable Mosa.Runtime.MetadataCAStruct
Résultat System.Collections.Generic