C# 클래스 Microsoft.CSharp.RuntimeBinder.Semantics.AggregateType

상속: CType
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
fAllHidden bool
fConstraintError bool
fConstraintsChecked bool
fDiffHidden bool
outerType AggregateType
proxyOID short
typeConverterID short

공개 메소드들

메소드 설명
AreAllTypeArgumentsUnitTypes ( TypeArray typeArray ) : bool
GetBaseClass ( ) : AggregateType
GetDelegateParameters ( SymbolLoader pSymbolLoader ) : TypeArray
GetDelegateReturnType ( SymbolLoader pSymbolLoader ) : CType
GetIfacesAll ( ) : TypeArray
GetOwningAggregate ( ) : AggregateSymbol
GetTypeArgsAll ( ) : TypeArray
GetTypeArgsThis ( ) : TypeArray
GetWinRTCollectionIfacesAll ( SymbolLoader pSymbolLoader ) : TypeArray
SetOwningAggregate ( AggregateSymbol agg ) : void
SetTypeArgsAll ( TypeArray outerTypeArgs ) : void
SetTypeArgsThis ( TypeArray pTypeArgsThis ) : void

메소드 상세

AreAllTypeArgumentsUnitTypes() 공개 메소드

public AreAllTypeArgumentsUnitTypes ( TypeArray typeArray ) : bool
typeArray TypeArray
리턴 bool

GetBaseClass() 공개 메소드

public GetBaseClass ( ) : AggregateType
리턴 AggregateType

GetDelegateParameters() 공개 메소드

public GetDelegateParameters ( SymbolLoader pSymbolLoader ) : TypeArray
pSymbolLoader SymbolLoader
리턴 TypeArray

GetDelegateReturnType() 공개 메소드

public GetDelegateReturnType ( SymbolLoader pSymbolLoader ) : CType
pSymbolLoader SymbolLoader
리턴 CType

GetIfacesAll() 공개 메소드

public GetIfacesAll ( ) : TypeArray
리턴 TypeArray

GetOwningAggregate() 공개 메소드

public GetOwningAggregate ( ) : AggregateSymbol
리턴 AggregateSymbol

GetTypeArgsAll() 공개 메소드

public GetTypeArgsAll ( ) : TypeArray
리턴 TypeArray

GetTypeArgsThis() 공개 메소드

public GetTypeArgsThis ( ) : TypeArray
리턴 TypeArray

GetWinRTCollectionIfacesAll() 공개 메소드

public GetWinRTCollectionIfacesAll ( SymbolLoader pSymbolLoader ) : TypeArray
pSymbolLoader SymbolLoader
리턴 TypeArray

SetOwningAggregate() 공개 메소드

public SetOwningAggregate ( AggregateSymbol agg ) : void
agg AggregateSymbol
리턴 void

SetTypeArgsAll() 공개 메소드

public SetTypeArgsAll ( TypeArray outerTypeArgs ) : void
outerTypeArgs TypeArray
리턴 void

SetTypeArgsThis() 공개 메소드

public SetTypeArgsThis ( TypeArray pTypeArgsThis ) : void
pTypeArgsThis TypeArray
리턴 void

프로퍼티 상세

fAllHidden 공개적으로 프로퍼티

public bool fAllHidden
리턴 bool

fConstraintError 공개적으로 프로퍼티

public bool fConstraintError
리턴 bool

fConstraintsChecked 공개적으로 프로퍼티

public bool fConstraintsChecked
리턴 bool

fDiffHidden 공개적으로 프로퍼티

public bool fDiffHidden
리턴 bool

outerType 공개적으로 프로퍼티

public AggregateType,Microsoft.CSharp.RuntimeBinder.Semantics outerType
리턴 AggregateType

proxyOID 공개적으로 프로퍼티

public short proxyOID
리턴 short

typeConverterID 공개적으로 프로퍼티

public short typeConverterID
리턴 short