Class CurrentDirResourceLoader
Looks for resources within current directory
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FixAntenna.Common.ResourceLoading
Assembly: FixAntenna.Common.dll
Syntax
public class CurrentDirResourceLoader : GenericFileResourceLoader
Constructors
CurrentDirResourceLoader()
Create CurrentDirResourceLoader
.
The next nextLoader is DummyResourceLoader.
Declaration
public CurrentDirResourceLoader()
CurrentDirResourceLoader(ResourceLoader)
Create CurrentDirResourceLoader
.
Declaration
public CurrentDirResourceLoader(ResourceLoader nextLoader)
Parameters
Type | Name | Description |
---|---|---|
ResourceLoader | nextLoader | the next nextLoader |
CurrentDirResourceLoader(String, ResourceLoader)
Create CurrentDirResourceLoader
.
Declaration
public CurrentDirResourceLoader(string innerPath, ResourceLoader nextLoader)
Parameters
Type | Name | Description |
---|---|---|
System.String | innerPath | path inside current directory; should not contain resource name |
ResourceLoader | nextLoader | the next nextLoader |