C# Class System.RuntimeCustomAttributeData

Inheritance: System.Reflection.CustomAttributeData
Datei anzeigen Open project: tgiphil/MOSA-Project Class Usage Examples

Public Methods

Method 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

Method Description
ResolveArgumentValue ( MetadataCAArgumentStruct argument, Type type ) : object
ResolveArrayValue ( MetadataCAArgumentStruct argument, Type type ) : object

Method Details

CreateNamedArgumentStruct() public method

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

CreateTypedArgumentStruct() public method

public CreateTypedArgumentStruct ( Type type, object value ) : CustomAttributeTypedArgument
type Type
value object
return System.Reflection.CustomAttributeTypedArgument

RuntimeCustomAttributeData() public method

public RuntimeCustomAttributeData ( MetadataCAStruct customAttributeTable ) : System.Collections.Generic
customAttributeTable Mosa.Runtime.MetadataCAStruct
return System.Collections.Generic