Method |
Description |
|
AsAggregateType ( ) : AggregateType |
|
|
AsArrayType ( ) : Microsoft.CSharp.RuntimeBinder.Semantics.ArrayType |
|
|
AsErrorType ( ) : Microsoft.CSharp.RuntimeBinder.Semantics.ErrorType |
|
|
AsNamespace ( ) : Microsoft.CSharp.RuntimeBinder.Semantics.AssemblyQualifiedNamespaceSymbol |
|
|
AsNullableType ( ) : NullableType |
|
|
AsParameterModifierType ( ) : Microsoft.CSharp.RuntimeBinder.Semantics.ParameterModifierType |
|
|
AsPointerType ( ) : Microsoft.CSharp.RuntimeBinder.Semantics.PointerType |
|
|
AsType ( ) : CType |
|
|
AsTypeParameterType ( ) : Microsoft.CSharp.RuntimeBinder.Semantics.TypeParameterType |
|
|
GetBaseOrParameterOrElementType ( ) : CType |
|
|
GetDelegateTypeOfPossibleExpression ( ) : CType |
|
|
GetNakedAgg ( ) : AggregateSymbol |
|
|
GetNakedAgg ( bool fStripNub ) : AggregateSymbol |
|
|
GetNakedType ( bool fStripNub ) : CType |
|
|
GetName ( ) : Name |
|
|
GetTypeKind ( ) : TypeKind |
|
|
HasErrors ( ) : bool |
|
|
InitFromParent ( ) : void |
|
|
IsAggregateType ( ) : bool |
|
|
IsArrayType ( ) : bool |
|
|
IsBoundLambdaType ( ) : bool |
|
|
IsCollectionType ( ) : bool |
|
|
IsErrorType ( ) : bool |
|
|
IsMethodGroupType ( ) : bool |
|
|
IsNamespace ( ) : bool |
|
|
IsNeverSameType ( ) : bool |
|
|
IsNonNubValType ( ) : bool |
|
|
IsNullType ( ) : bool |
|
|
IsNullableType ( ) : bool |
|
|
IsOpenTypePlaceholderType ( ) : bool |
|
|
IsParameterModifierType ( ) : bool |
|
|
IsPointerType ( ) : bool |
|
|
IsRefType ( ) : bool |
|
|
IsType ( ) : bool |
|
|
IsTypeParameterType ( ) : bool |
|
|
IsUnresolved ( ) : bool |
|
|
IsValType ( ) : bool |
|
|
IsVoidType ( ) : bool |
|
|
IsWindowsRuntimeType ( ) : bool |
|
|
SetErrors ( bool fHasErrors ) : void |
|
|
SetName ( Name pName ) : void |
|
|
SetTypeKind ( TypeKind kind ) : void |
|
|
SetUnresolved ( bool fUnres ) : void |
|
|
StripNubs ( ) : CType |
|
|
StripNubs ( int &pcnub ) : CType |
|
|
checkBogus ( ) : bool |
|
|
computeCurrentBogusState ( ) : bool |
|
|
computeManagedType ( SymbolLoader symbolLoader ) : bool |
|
|
constValKind ( ) : ConstValKind |
|
|
fundType ( ) : FUNDTYPE |
|
|
getAggregate ( ) : AggregateSymbol |
|
|
getBogus ( ) : bool |
|
|
getPredefType ( ) : PredefinedType |
|
|
hasBogus ( ) : bool |
|
|
isClassType ( ) : bool |
|
|
isDelegateType ( ) : bool |
|
|
isEnumType ( ) : bool |
|
|
isInterfaceType ( ) : bool |
|
|
isNumericType ( ) : bool |
|
|
isPointerLike ( ) : bool |
|
|
isPredefType ( PredefinedType pt ) : bool |
|
|
isPredefined ( ) : bool |
|
|
isSimpleOrEnum ( ) : bool |
|
|
isSimpleOrEnumOrString ( ) : bool |
|
|
isSimpleType ( ) : bool |
|
|
isSpecialByRefType ( ) : bool |
|
|
isStaticClass ( ) : bool |
|
|
isStructOrEnum ( ) : bool |
|
|
isStructType ( ) : bool |
|
|
isUnsafe ( ) : bool |
|
|
isUnsigned ( ) : bool |
|
|
setBogus ( bool isBogus ) : void |
|
|
underlyingEnumType ( ) : AggregateType |
|
|
underlyingType ( ) : CType |
|
|