C# 클래스 Microsoft.Protocols.TestSuites.SharedAdapter.ChunkingFactory

This class is used to create instance of AbstractChunking.
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 메소드들

메소드 설명
CreateChunkingInstance ( RootNodeObject nodeObject ) : AbstractChunking

This method is used to create the instance of AbstractChunking.

CreateChunkingInstance ( byte fileContent ) : AbstractChunking

This method is used to create the instance of AbstractChunking.

CreateChunkingInstance ( byte fileContent, ChunkingMethod chunkingMethod ) : AbstractChunking

This method is used to create the instance of AbstractChunking.

비공개 메소드들

메소드 설명
ChunkingFactory ( ) : System

Prevents a default instance of the ChunkingFactory class from being created

메소드 상세

CreateChunkingInstance() 공개 정적인 메소드

This method is used to create the instance of AbstractChunking.
public static CreateChunkingInstance ( RootNodeObject nodeObject ) : AbstractChunking
nodeObject RootNodeObject Specify the root node object.
리턴 AbstractChunking

CreateChunkingInstance() 공개 정적인 메소드

This method is used to create the instance of AbstractChunking.
public static CreateChunkingInstance ( byte fileContent ) : AbstractChunking
fileContent byte The content of the file.
리턴 AbstractChunking

CreateChunkingInstance() 공개 정적인 메소드

This method is used to create the instance of AbstractChunking.
public static CreateChunkingInstance ( byte fileContent, ChunkingMethod chunkingMethod ) : AbstractChunking
fileContent byte The content of the file.
chunkingMethod ChunkingMethod The type of chunking methods.
리턴 AbstractChunking