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

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

공개 프로퍼티들

프로퍼티 타입 설명
isSource bool

공개 메소드들

메소드 설명
AddToAlias ( KAID aid ) : void
GetAssemblyID ( ) : KAID
InAlias ( KAID aid ) : bool
InputFile ( ) : System.Collections.Generic
SetAssemblyID ( KAID aid ) : void
UnionAliasFilter ( HashSet &bsetDst ) : void

메소드 상세

AddToAlias() 공개 메소드

public AddToAlias ( KAID aid ) : void
aid KAID
리턴 void

GetAssemblyID() 공개 메소드

public GetAssemblyID ( ) : KAID
리턴 KAID

InAlias() 공개 메소드

public InAlias ( KAID aid ) : bool
aid KAID
리턴 bool

InputFile() 공개 메소드

public InputFile ( ) : System.Collections.Generic
리턴 System.Collections.Generic

SetAssemblyID() 공개 메소드

public SetAssemblyID ( KAID aid ) : void
aid KAID
리턴 void

UnionAliasFilter() 공개 메소드

public UnionAliasFilter ( HashSet &bsetDst ) : void
bsetDst HashSet
리턴 void

프로퍼티 상세

isSource 공개적으로 프로퍼티

public bool isSource
리턴 bool