Search Results for

    Show / Hide Table of Contents

    Class SUPlatformIDExtensions

    Inheritance
    Object
    SUPlatformIDExtensions
    Namespace: Surfer
    Assembly: cs.temp.dll.dll
    Syntax
    public static class SUPlatformIDExtensions

    Methods

    ToPlatformID(RuntimePlatform)

    Declaration
    public static SUPlatform_ID? ToPlatformID(this RuntimePlatform runPlatf)
    Parameters
    Type Name Description
    RuntimePlatform runPlatf
    Returns
    Type Description
    Nullable<SUPlatform_ID>

    ToPlatformID(Int32)

    Declaration
    public static SUPlatform_ID ToPlatformID(this int index)
    Parameters
    Type Name Description
    Int32 index
    Returns
    Type Description
    SUPlatform_ID

    ToPlatformID(String)

    Declaration
    public static SUPlatform_ID? ToPlatformID(this string name)
    Parameters
    Type Name Description
    String name
    Returns
    Type Description
    Nullable<SUPlatform_ID>
    In This Article
    Back to top Copyright © 2021 ATStudio