C# Class XBuilder.XRayedFile

Mostra file Open project: swax/CodePerspective Class Usage Examples

Public Properties

Property Type Description
AssemblyName string
FileName string
FileNode XNodeOut
FilePath string
RecompiledPath string

Public Methods

Method Description
ToString ( ) : string
XRayedFile ( string path ) : System

Method Details

ToString() public method

public ToString ( ) : string
return string

XRayedFile() public method

public XRayedFile ( string path ) : System
path string
return System

Property Details

AssemblyName public_oe property

public string AssemblyName
return string

FileName public_oe property

public string FileName
return string

FileNode public_oe property

public XNodeOut,XBuilder FileNode
return XNodeOut

FilePath public_oe property

public string FilePath
return string

RecompiledPath public_oe property

public string RecompiledPath
return string