Table of Contents

Class SynthModuleTypeHelper

Namespace
SunSharp
Assembly
SunSharp.dll
public static class SynthModuleTypeHelper
Inheritance
object
SynthModuleTypeHelper

Methods

InternalNameFromType(SynthModuleType)

Gets the internal name for a given SynthModuleType.

public static string InternalNameFromType(SynthModuleType type)

Parameters

type SynthModuleType

Returns

string

Remarks

In case of unknown SynthModuleType, returns "unknown".

IsValid(SynthModuleType)

Checks if value of SynthModuleType is valid.

public static bool IsValid(SynthModuleType type)

Parameters

type SynthModuleType

Returns

bool

ToInternalName(SynthModuleType)

public static string ToInternalName(this SynthModuleType type)

Parameters

type SynthModuleType

Returns

string

TypeFromInternalName(string)

Gets the SynthModuleType for a given internal name.

public static SynthModuleType TypeFromInternalName(string internalName)

Parameters

internalName string

Returns

SynthModuleType

Remarks

In case of unknown internal name, returns SynthModuleType.Unknown.