C# Класс System.RuntimeCustomAttributeData

Наследование: System.Reflection.CustomAttributeData
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CreateNamedArgumentStruct ( string name, Type type, object value, bool isField ) : CustomAttributeNamedArgument
CreateTypedArgumentStruct ( Type type, object value ) : CustomAttributeTypedArgument
RuntimeCustomAttributeData ( MetadataCAStruct customAttributeTable ) : System.Collections.Generic

Приватные методы

Метод Описание
ResolveArgumentValue ( MetadataCAArgumentStruct argument, Type type ) : object
ResolveArrayValue ( MetadataCAArgumentStruct argument, Type type ) : object

Описание методов

CreateNamedArgumentStruct() публичный метод

public CreateNamedArgumentStruct ( string name, Type type, object value, bool isField ) : CustomAttributeNamedArgument
name string
type Type
value object
isField bool
Результат System.Reflection.CustomAttributeNamedArgument

CreateTypedArgumentStruct() публичный метод

public CreateTypedArgumentStruct ( Type type, object value ) : CustomAttributeTypedArgument
type Type
value object
Результат System.Reflection.CustomAttributeTypedArgument

RuntimeCustomAttributeData() публичный метод

public RuntimeCustomAttributeData ( MetadataCAStruct customAttributeTable ) : System.Collections.Generic
customAttributeTable Mosa.Runtime.MetadataCAStruct
Результат System.Collections.Generic