C# 클래스 Microsoft.JScript.CustomAttribute

상속: AST
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

비공개 메소드들

메소드 설명
CheckForCustomAttribute ( IList attributes, Type caType ) : bool
CheckIfTargetOK ( Object caType ) : bool
ConvertClassScopesAndEnumWrappers ( ArrayList vals ) : void
ConvertFieldAndPropertyInfos ( ArrayList vals ) : void
CustomAttribute ( Context context, AST func, ASTList args ) : System
DaysSince2000 ( ) : ushort
Evaluate ( ) : Object
ExtractCustomAttribute ( IList attributes, Type caType ) : Object[]
GetCLSComplianceValue ( ) : CLSComplianceSpec
GetCustomAttribute ( ) : CustomAttributeBuilder
GetCustomAttributeValue ( CustomAttributeTypedArgument arg ) : Object
GetCustomAttributes ( Assembly target, Type caType, bool inherit ) : Object[]
GetCustomAttributes ( MemberInfo target, Type caType, bool inherit ) : Object[]
GetCustomAttributes ( Module target, Type caType, bool inherit ) : Object[]
GetCustomAttributes ( ParameterInfo target, Type caType, bool inherit ) : Object[]
GetTypeIfAttributeHasToBeUnique ( ) : Object
GetTypeName ( Object t ) : String
IsDefined ( MemberInfo target, Type caType, bool inherit ) : bool
IsDefined ( ParameterInfo target, Type caType, bool inherit ) : bool
IsExpandoAttribute ( ) : bool
ParseVersion ( String vString ) : System.Version
PartiallyEvaluate ( ) : AST
SecondsSinceMidnight ( ) : ushort
SetTarget ( AST target ) : void
TranslateToIL ( ILGenerator il, Type rtype ) : void
TranslateToILInitializer ( ILGenerator il ) : void
TypeOfArgument ( Object argument ) : IReflect