C# 클래스 ApiExamples.ApiExampleBase

Provides common infrastructure for all API examples that are implemented as unit tests.
파일 보기 프로젝트 열기: aspose-words/Aspose.Words-for-.NET

Private Properties

프로퍼티 타입 설명
ApiExampleBase System
GetAssemblyDir string
RemoveLicense void
SetUnlimitedLicense void
SetUp void
TearDown void

비공개 메소드들

메소드 설명
ApiExampleBase ( ) : System
GetAssemblyDir ( Assembly assembly ) : string

Returns the assembly directory correctly even if the assembly is shadow-copied.

RemoveLicense ( ) : void
SetUnlimitedLicense ( ) : void
SetUp ( ) : void
TearDown ( ) : void