docs.unity3d.com
    Show / Hide Table of Contents

    Class NdrVersion

    Inheritance
    Object
    NdrVersion
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: pxr
    Syntax
    public class NdrVersion : IDisposable

    Constructors

    NdrVersion()

    Declaration
    public NdrVersion()

    NdrVersion(Int32)

    Declaration
    public NdrVersion(int major)
    Parameters
    Type Name Description
    Int32 major

    NdrVersion(Int32, Int32)

    Declaration
    public NdrVersion(int major, int minor)
    Parameters
    Type Name Description
    Int32 major
    Int32 minor

    NdrVersion(String)

    Declaration
    public NdrVersion(string x)
    Parameters
    Type Name Description
    String x

    Fields

    swigCMemOwn

    Declaration
    protected bool swigCMemOwn
    Field Value
    Type Description
    Boolean

    Methods

    Dispose()

    Declaration
    public virtual void Dispose()
    Implements
    IDisposable.Dispose()

    Finalize()

    Declaration
    protected void Finalize()

    GetAsDefault()

    Declaration
    public NdrVersion GetAsDefault()
    Returns
    Type Description
    NdrVersion

    GetHash()

    Declaration
    public uint GetHash()
    Returns
    Type Description
    UInt32

    GetMajor()

    Declaration
    public int GetMajor()
    Returns
    Type Description
    Int32

    GetMinor()

    Declaration
    public int GetMinor()
    Returns
    Type Description
    Int32

    GetString()

    Declaration
    public string GetString()
    Returns
    Type Description
    String

    GetStringSuffix()

    Declaration
    public string GetStringSuffix()
    Returns
    Type Description
    String

    IsDefault()

    Declaration
    public bool IsDefault()
    Returns
    Type Description
    Boolean
    Back to top
    Copyright © 2023 Unity Technologies
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on Thursday, October 19, 2023