C# Class Microsoft.JScript.CustomAttributeList

Inheritance: AST
Exibir arquivo Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Methods

Method Description
Append ( CustomAttribute elem ) : void
ContainsExpandoAttribute ( ) : bool
CustomAttributeList ( Context context ) : System
Evaluate ( ) : Object
Evaluate ( bool getForProperty ) : Object
GetAttribute ( Type attributeClass ) : CustomAttribute
GetCustomAttributeBuilders ( bool getForProperty ) : System.Reflection.Emit.CustomAttributeBuilder[]
PartiallyEvaluate ( ) : AST
Remove ( CustomAttribute elem ) : void
SetTarget ( AST target ) : void
TranslateToIL ( ILGenerator il, Type rtype ) : void
TranslateToILInitializer ( ILGenerator il ) : void