C# Class IronRuby.Runtime.Loader.ResolvedFile

Show file Open project: jschementi/iron

Public Properties

Property Type Description
AppendedExtension string
Path string
SourceUnit SourceUnit

Public Methods

Method Description
ResolvedFile ( SourceUnit sourceUnit, string fullPath, string appendedExtension ) : System
ResolvedFile ( string fullLibraryPath, string appendedExtension ) : System

Method Details

ResolvedFile() public method

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

ResolvedFile() public method

public ResolvedFile ( string fullLibraryPath, string appendedExtension ) : System
fullLibraryPath string
appendedExtension string
return System

Property Details

AppendedExtension public property

public string AppendedExtension
return string

Path public property

public string Path
return string

SourceUnit public property

public SourceUnit SourceUnit
return SourceUnit