Table of Contents

Class ResourceReflector

Namespace
Shift.Common
Assembly
Shift.Common.dll
public class ResourceReflector
Inheritance
ResourceReflector
Inherited Members
Extension Methods

Constructors

ResourceReflector()

public ResourceReflector()

Methods

BuildResourceList(Type)

public List<Resource> BuildResourceList(Type type)

Parameters

type Type

Returns

List<Resource>

CreateResource(string)

public Resource CreateResource(string name)

Parameters

name string

Returns

Resource

PathImpliesDelete(string)

public bool PathImpliesDelete(string path)

Parameters

path string

Returns

bool

PathImpliesRead(string)

public bool PathImpliesRead(string path)

Parameters

path string

Returns

bool

PathImpliesWrite(string)

public bool PathImpliesWrite(string path)

Parameters

path string

Returns

bool