Dependency Class
              
              
              Namespace: Stride.Core.Assets
              Assembly: Stride.Core.Assets.dll
              
              
              
              
              
              
                 System.Object →  
                Dependency
              
              
                 Derived from Dependency: 
              
              
              
              
              
              
              
              
              
              
                  
              
                     
              
                
                  |
                  Improve this Doc
                
                
                  View Source
                
              
              
                Constructors
              
                
              
              
              
              
              
              Dependency(Package)
              
              
              
              
              
                public Dependency(Package package)
               
              
              Parameters
              
                
                  
                    | Type | 
                    Name | 
                    Description | 
                  
                
                
                  
                    | Package | 
                    package | 
                     | 
                  
                
              
              
              
              
              
              
              Dependency(String, PackageVersion, DependencyType)
              
              
              
              
              
                public Dependency(string name, PackageVersion version, DependencyType type)
               
              
              Parameters
              
                
                  
                    | Type | 
                    Name | 
                    Description | 
                  
                
                
                  
                    | System.String | 
                    name | 
                     | 
                  
                  
                    | Stride.Core.PackageVersion | 
                    version | 
                     | 
                  
                  
                    | DependencyType | 
                    type | 
                     | 
                  
                
              
                     
              
                
                  |
                  Improve this Doc
                
                
                  View Source
                
              
              
                Properties
              
                
              
              
              
              
              
              Assemblies
              
              
              
              
              
                public List<string> Assemblies { get; }
               
              
              Property Value
              
                
                  
                    | Type | 
                    Description | 
                  
                
                
                  
                    | System.Collections.Generic.List<System.String> | 
                     | 
                  
                
              
              
              
              
              
              
              MSBuildProject
              
              
              
              
              
                public string MSBuildProject { get; set; }
               
              
              Property Value
              
                
                  
                    | Type | 
                    Description | 
                  
                
                
                  
                    | System.String | 
                     | 
                  
                
              
              
              
              
              
              
              Name
              
              
              
              
              
                public string Name { get; set; }
               
              
              Property Value
              
                
                  
                    | Type | 
                    Description | 
                  
                
                
                  
                    | System.String | 
                     | 
                  
                
              
              
              
              
              
              
              Package
              
              
              
              
              
                public Package Package { get; set; }
               
              
              Property Value
              
              
              
              
              
              
              Type
              
              
              
              
              
                public DependencyType Type { get; set; }
               
              
              Property Value
              
              
              
              
              
              
              Version
              
              
              
              
              
                public PackageVersion Version { get; set; }
               
              
              Property Value
              
                
                  
                    | Type | 
                    Description | 
                  
                
                
                  
                    | Stride.Core.PackageVersion | 
                     | 
                  
                
              
                     
              
                
                  |
                  Improve this Doc
                
                
                  View Source
                
              
              
                Methods
              
                
              
              
              
              
              
              ToString()
              
              
              
              
              
                public override string ToString()
               
              
              Returns
              
                
                  
                    | Type | 
                    Description | 
                  
                
                
                  
                    | System.String | 
                     | 
                  
                
              
              Overrides
              System.Object.ToString()
              
              
 
              
               
              
              
              
              
              Extension Methods