Show / Hide Table of Contents

Class XCodePackage

XCode package info.

Inheritance
System.Object
XCodePackage
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: StansAssets.IOS.XCode
Assembly: cs.temp.dll.dll
Syntax
public static class XCodePackage

Fields

DisplayName

Package display name.

Declaration
public const string DisplayName = "XCode"
Field Value
Type Description
System.String

DocumentationUrl

Package web documentation url.

Declaration
public const string DocumentationUrl = "https://github.com/StansAssets/com.stansassets.xcode-project/wiki"
Field Value
Type Description
System.String

PackageName

Package full name (id).

Declaration
public const string PackageName = "com.stansassets.xcode-project"
Field Value
Type Description
System.String
In This Article
Back to top Generated by DocFX