Resource

Resource()

의 새 인스턴스를 만듭니다.Resource 클래스.

public Resource()

또한보십시오


Resource(string, bool)

의 새 인스턴스를 만듭니다.Resource 클래스.

public Resource(string fileName, bool nested)
모수 유형 설명
fileName String 리소스 파일 이름.
nested Boolean 리소스가 다른 리소스(예: CSS 또는 SVG 리소스에 있는 글꼴 리소스) 내에 있는지 여부를 나타냅니다.

예외

예외 상태
ArgumentException 언제 던져fileName null이거나 비어 있습니다.

또한보십시오