C# Class Castle.XmlFiles.Xml

Show file Open project: castleproject/Windsor

Public Methods

Method Description
Embedded ( string name ) : IResource
EmbeddedPath ( string name ) : string
File ( string name ) : IResource
FilePath ( string name ) : string

Method Details

Embedded() public static method

public static Embedded ( string name ) : IResource
name string
return IResource

EmbeddedPath() public static method

public static EmbeddedPath ( string name ) : string
name string
return string

File() public static method

public static File ( string name ) : IResource
name string
return IResource

FilePath() public static method

public static FilePath ( string name ) : string
name string
return string