C# Class mml2vgm.clsChip

Afficher le fichier Open project: kuma4649/mml2vgm Class Usage Examples

Méthodes publiques

Свойство Type Description
Ch mml2vgm.clsChannel[]
Frequency int
lstPartWork List
use bool

Protected Properties

Свойство Type Description
_ChMax int
_ChipID int
_Name string
_ShortName string

Méthodes publiques

Méthode Description
ChannelNameContains ( string name ) : bool
clsChip ( int chipID, string initialPartName ) : System
setPartToCh ( clsChannel Ch, string val ) : void

Method Details

ChannelNameContains() public méthode

public ChannelNameContains ( string name ) : bool
name string
Résultat bool

clsChip() public méthode

public clsChip ( int chipID, string initialPartName ) : System
chipID int
initialPartName string
Résultat System

setPartToCh() public méthode

public setPartToCh ( clsChannel Ch, string val ) : void
Ch clsChannel
val string
Résultat void

Property Details

Ch public_oe property

public clsChannel[],mml2vgm Ch
Résultat mml2vgm.clsChannel[]

Frequency public_oe property

public int Frequency
Résultat int

_ChMax protected_oe property

protected int _ChMax
Résultat int

_ChipID protected_oe property

protected int _ChipID
Résultat int

_Name protected_oe property

protected string _Name
Résultat string

_ShortName protected_oe property

protected string _ShortName
Résultat string

lstPartWork public_oe property

public List lstPartWork
Résultat List

use public_oe property

public bool use
Résultat bool