Show / Hide Table of Contents

Class XCodeAsset

Additional XCode asset.

Inheritance
System.Object
XCodeAsset
XCodeEmbedFramework
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
[Serializable]
public class XCodeAsset

Fields

Asset

Declaration
public Object Asset
Field Value
Type Description
Object

XCodePath

Declaration
public string XCodePath
Field Value
Type Description
System.String

Properties

AbsoluteFilePath

Declaration
public string AbsoluteFilePath { get; }
Property Value
Type Description
System.String

FileName

Declaration
public string FileName { get; }
Property Value
Type Description
System.String

IsDirectory

Declaration
public bool IsDirectory { get; }
Property Value
Type Description
System.Boolean

RelativeFilePath

Declaration
public string RelativeFilePath { get; }
Property Value
Type Description
System.String

XCodeRelativePath

Declaration
public string XCodeRelativePath { get; }
Property Value
Type Description
System.String
In This Article
Back to top Generated by DocFX