Class MediaPath
  
  
  
  
    Inheritance
    System.Object
    MediaPath
   
  
  Assembly: cs.temp.dll.dll
  
  
    [Serializable]
public class MediaPath
   
  Constructors
  
  
  
  
  
  Declaration
  
  
  
  
  
  Declaration
  
    public MediaPath(MediaPath copy)
   
  Parameters
  
  
  
  
  
  Declaration
  
    public MediaPath(string path, MediaPathType pathType)
   
  Parameters
  
  Properties
  
  
  
  
  
  Declaration
  
    public string Path { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  
  Declaration
  
    public MediaPathType PathType { get; }
   
  Property Value
  
  Methods
  
  
  
  
  
  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)
  
  
  
  
  Declaration
  
    public override int GetHashCode()
   
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  Overrides
  System.Object.GetHashCode()
  
  
  
  
  Declaration
  
    public string GetResolvedFullPath()
   
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  Operators
  
  
  
  
  
  Declaration
  
    public static bool operator ==(MediaPath a, MediaPath b)
   
  Parameters
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  
  
  Declaration
  
    public static bool operator !=(MediaPath a, MediaPath b)
   
  Parameters
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         |