Show / Hide Table of Contents

Class XCodeLibrary

XCode project library.

Inheritance
System.Object
XCodeLibrary
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 XCodeLibrary

Constructors

XCodeLibrary(XCodeLibraryName, Boolean)

Declaration
public XCodeLibrary(XCodeLibraryName lib, bool optional = false)
Parameters
Type Name Description
XCodeLibraryName lib
System.Boolean optional

Properties

FullName

Full library name

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

The name.

IsOptional

Defines if dependency is optional or not.

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

Name

Library Name.

Declaration
public XCodeLibraryName Name { get; }
Property Value
Type Description
XCodeLibraryName
In This Article
Back to top Generated by DocFX