Show / Hide Table of Contents

Class XCodeFramework

XCode project library.

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

Constructors

XCodeFramework(XCodeFrameworkName, Boolean)

Initializes a new instance of the class.

Declaration
public XCodeFramework(XCodeFrameworkName frameworkName, bool optional = false)
Parameters
Type Name Description
XCodeFrameworkName frameworkName

Type.

System.Boolean optional

If set to true optional.

XCodeFramework(String, Boolean)

Initializes a new instance of the StansAssets.IOS.XCode.ISD_Framework class.

Declaration
public XCodeFramework(string frameworkName, bool optional = false)
Parameters
Type Name Description
System.String frameworkName

Framework name.

System.Boolean optional

If set to true optional.

Fields

FrameworkName

Declaration
public XCodeFrameworkName FrameworkName
Field Value
Type Description
XCodeFrameworkName

Properties

FullName

Gets the full framework name.

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

IsEmbeded

Defines if framework is embeded or not.

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

IsOptional

Defines if dependency is optional or not.

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

Name

Library Name.

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