C# 클래스 IronRuby.Runtime.Loader.ResolvedFile

파일 보기 프로젝트 열기: jschementi/iron

공개 프로퍼티들

프로퍼티 타입 설명
AppendedExtension string
Path string
SourceUnit SourceUnit

공개 메소드들

메소드 설명
ResolvedFile ( SourceUnit sourceUnit, string fullPath, string appendedExtension ) : System
ResolvedFile ( string fullLibraryPath, string appendedExtension ) : System

메소드 상세

ResolvedFile() 공개 메소드

public ResolvedFile ( SourceUnit sourceUnit, string fullPath, string appendedExtension ) : System
sourceUnit SourceUnit
fullPath string
appendedExtension string
리턴 System

ResolvedFile() 공개 메소드

public ResolvedFile ( string fullLibraryPath, string appendedExtension ) : System
fullLibraryPath string
appendedExtension string
리턴 System

프로퍼티 상세

AppendedExtension 공개적으로 프로퍼티

public string AppendedExtension
리턴 string

Path 공개적으로 프로퍼티

public string Path
리턴 string

SourceUnit 공개적으로 프로퍼티

public SourceUnit SourceUnit
리턴 SourceUnit