Search Results for

    Show / Hide Table of Contents

    Class MediaPath

    Inheritance
    System.Object
    MediaPath
    Namespace: RenderHeads.Media.AVProVideo
    Assembly: cs.temp.dll.dll
    Syntax
    [Serializable]
    public class MediaPath

    Constructors

    MediaPath()

    Declaration
    public MediaPath()

    MediaPath(MediaPath)

    Declaration
    public MediaPath(MediaPath copy)
    Parameters
    Type Name Description
    MediaPath copy

    MediaPath(String, MediaPathType)

    Declaration
    public MediaPath(string path, MediaPathType pathType)
    Parameters
    Type Name Description
    System.String path
    MediaPathType pathType

    Properties

    Path

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

    PathType

    Declaration
    public MediaPathType PathType { get; }
    Property Value
    Type Description
    MediaPathType

    Methods

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean
    Overrides
    System.Object.Equals(System.Object)

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    System.Object.GetHashCode()

    GetResolvedFullPath()

    Declaration
    public string GetResolvedFullPath()
    Returns
    Type Description
    System.String

    Operators

    Equality(MediaPath, MediaPath)

    Declaration
    public static bool operator ==(MediaPath a, MediaPath b)
    Parameters
    Type Name Description
    MediaPath a
    MediaPath b
    Returns
    Type Description
    System.Boolean

    Implicit(String to MediaPath)

    Declaration
    public static implicit operator MediaPath(string s)
    Parameters
    Type Name Description
    System.String s
    Returns
    Type Description
    MediaPath

    Inequality(MediaPath, MediaPath)

    Declaration
    public static bool operator !=(MediaPath a, MediaPath b)
    Parameters
    Type Name Description
    MediaPath a
    MediaPath b
    Returns
    Type Description
    System.Boolean
    In This Article