Show / Hide Table of Contents

Class OpenCLLibraryNameContainer

Inheritance
object
OpenCLLibraryNameContainer
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OpenTK.Compute.OpenCL
Assembly: OpenTK.Compute.dll
Syntax
public class OpenCLLibraryNameContainer

Properties

Android

Declaration
public string Android { get; }
Property Value
Type Description
string

IOS

Declaration
public string IOS { get; }
Property Value
Type Description
string

Linux

Declaration
public string Linux { get; }
Property Value
Type Description
string

MacOS

Declaration
public string MacOS { get; }
Property Value
Type Description
string

OverridePath

Overrides any platform detection logic and directly searches for the OpenCL library using the provided path. If this is null then no override will happen.

Declaration
public static string OverridePath { get; set; }
Property Value
Type Description
string

Windows

Declaration
public string Windows { get; }
Property Value
Type Description
string

Methods

GetLibraryName()

Declaration
public string GetLibraryName()
Returns
Type Description
string
In This Article
Back to top Generated by DocFX