C# Class NewProjectCreator.PlatformProjectInfo

ファイルを表示 Open project: vchelaru/FlatRedBall Class Usage Examples

Public Properties

Property Type Description
FriendlyName string
Namespace string
SupportedInGlue bool
Url string
ZipName string

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

FriendlyName public_oe property

public string FriendlyName
return string

Namespace public_oe property

public string Namespace
return string

SupportedInGlue public_oe property

public bool SupportedInGlue
return bool

Url public_oe property

public string Url
return string

ZipName public_oe property

public string ZipName
return string