C# Class IronRuby.Runtime.Loader.ResolvedFile

Mostra 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_oe property

public string AppendedExtension
return string

Path public_oe property

public string Path
return string

SourceUnit public_oe property

public SourceUnit SourceUnit
return SourceUnit