C# Class ManifestStore, UnityDecompiled

Inheritance: ManifestWSA
Mostrar archivo Open project: CarlosHBC/UnityDecompiled

Protected Properties

Property Type Description
supportedOrientations List

Protected Methods

Method Description
CreatePrerequisitesElement ( ) : System.Xml.Linq.XElement
GetSplashScreenElement ( System.Xml.Linq.XNamespace @namespace ) : System.Xml.Linq.XElement
ManifestStore ( ) : System

Method Details

CreatePrerequisitesElement() protected method

protected CreatePrerequisitesElement ( ) : System.Xml.Linq.XElement
return System.Xml.Linq.XElement

GetSplashScreenElement() protected method

protected GetSplashScreenElement ( System.Xml.Linq.XNamespace @namespace ) : System.Xml.Linq.XElement
@namespace System.Xml.Linq.XNamespace
return System.Xml.Linq.XElement

ManifestStore() protected method

protected ManifestStore ( ) : System
return System

Property Details

supportedOrientations protected_oe property

protected List supportedOrientations
return List