C# 클래스 Batman.MVC.Assets.Asset

Contains data about an individual asset
상속: IAsset
파일 보기 프로젝트 열기: JaCraig/Batman

공개 메소드들

메소드 설명
Asset ( string Path ) : System

Constructor

Equals ( object obj ) : bool

Determines if the two objects are equal

GetHashCode ( ) : int

Gets the hash code

ToString ( ) : string

Gets the string version of the asset

메소드 상세

Asset() 공개 메소드

Constructor
public Asset ( string Path ) : System
Path string Path to the asset
리턴 System

Equals() 공개 메소드

Determines if the two objects are equal
public Equals ( object obj ) : bool
obj object Object to compare to
리턴 bool

GetHashCode() 공개 메소드

Gets the hash code
public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

Gets the string version of the asset
public ToString ( ) : string
리턴 string