C# 클래스 SlimDX.Generator.Preprocessor

Provides access to the boost::wave C++ preprocessor tool.
파일 보기 프로젝트 열기: SlimDX/SlimDX-v2 1 사용 예제들

공개 메소드들

메소드 설명
PostTransform ( string preprocessedFile, ISet relevantSources ) : void

Performs transformations on a preprocessed file to prepare it for parsing.

Preprocessor ( SlimDX.Generator.Configuration options ) : System
Run ( ) : string

Run boost::wave on the source headers to produce a single preprocessed output file.

메소드 상세

PostTransform() 공개 정적인 메소드

Performs transformations on a preprocessed file to prepare it for parsing.
public static PostTransform ( string preprocessedFile, ISet relevantSources ) : void
preprocessedFile string The preprocessed file.
relevantSources ISet The relevant sources. /// Any code that did not originate in one of these sources is removed before parsing.
리턴 void

Preprocessor() 공개 메소드

public Preprocessor ( SlimDX.Generator.Configuration options ) : System
options SlimDX.Generator.Configuration
리턴 System

Run() 공개 메소드

Run boost::wave on the source headers to produce a single preprocessed output file.
public Run ( ) : string
리턴 string