Table of Contents

Class CommandTypeCollection

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

Constructors

CommandTypeCollection(Assembly, Type, string[])

public CommandTypeCollection(Assembly assembly, Type commandType, string[] excludeNamespaces)

Parameters

assembly Assembly
commandType Type
excludeNamespaces string[]

Methods

GetCommandType(string)

public Type GetCommandType(string name)

Parameters

name string

Returns

Type

GetResources()

public List<Resource> GetResources()

Returns

List<Resource>

RemoveHyphens(string)

public static string RemoveHyphens(string input)

Parameters

input string

Returns

string