Method |
Description |
|
EnsureMethod ( PREDEFMETH method ) : MethodSymbol |
|
|
EnsureProperty ( PREDEFPROP property ) : Microsoft.CSharp.RuntimeBinder.Semantics.PropertySymbol |
|
|
FindDelegateConstructor ( AggregateSymbol delegateType ) : MethodSymbol |
|
|
FindDelegateConstructor ( AggregateSymbol delegateType, int signature ) : MethodSymbol |
|
|
GetErrorContext ( ) : ErrorHandling |
|
|
GetMethAccess ( PREDEFMETH method ) : ACCESS |
|
|
GetMethName ( PREDEFMETH method ) : Name |
|
|
GetMethParent ( PREDEFMETH method ) : AggregateSymbol |
|
|
GetMethPredefName ( PREDEFMETH method ) : PredefinedName |
|
|
GetMethPredefType ( PREDEFMETH method ) : PredefinedType |
|
|
GetMethSignature ( PREDEFMETH method ) : int[] |
|
|
GetMethTyVars ( PREDEFMETH method ) : int |
|
|
GetNameManager ( ) : NameManager |
|
|
GetOptPredefAgg ( PredefinedType pt ) : AggregateSymbol |
|
|
GetPredefName ( PredefinedName pn ) : Name |
|
|
GetPropGetter ( PREDEFPROP property ) : PREDEFMETH |
|
|
GetPropName ( PREDEFPROP property ) : Name |
|
|
GetPropPredefName ( PREDEFPROP property ) : PredefinedName |
|
|
GetPropPredefType ( PREDEFPROP property ) : PredefinedType |
|
|
GetPropSetter ( PREDEFPROP property ) : PREDEFMETH |
|
|
GetSymbolLoader ( ) : SymbolLoader |
|
|
GetTypeManager ( ) : TypeManager |
|
|
IsMethStatic ( PREDEFMETH method ) : bool |
|
|
IsMethVirtual ( PREDEFMETH method ) : bool |
|
|
LoadMethod ( AggregateSymbol type, int signature, int cMethodTyVars, Name methodName, ACCESS methodAccess, bool isStatic, bool isVirtual ) : MethodSymbol |
|
|
LoadMethod ( PREDEFMETH method ) : MethodSymbol |
|
|
LoadProperty ( PREDEFPROP property ) : Microsoft.CSharp.RuntimeBinder.Semantics.PropertySymbol |
|
|
LoadProperty ( PREDEFPROP predefProp, Name propertyName, PREDEFMETH propertyGetter, PREDEFMETH propertySetter ) : Microsoft.CSharp.RuntimeBinder.Semantics.PropertySymbol |
|
|
LoadTypeArrayFromSignature ( int signature, int &indexIntoSignatures, TypeArray classTyVars ) : TypeArray |
|
|
LoadTypeFromSignature ( int signature, int &indexIntoSignatures, TypeArray classTyVars ) : CType |
|
|
LookupMethodWhileLoading ( AggregateSymbol type, int cMethodTyVars, Name methodName, ACCESS methodAccess, bool isStatic, bool isVirtual, CType returnType, TypeArray argumentTypes ) : MethodSymbol |
|
|
ReportError ( PREDEFMETH method ) : void |
|
|
ReportError ( PREDEFPROP property ) : void |
|
|
ReportError ( PredefinedType type, PredefinedName name ) : void |
|
|
getBSymmgr ( ) : BSYMMGR |
|
|