C# 클래스 System.Resources.ResourceWriter

상속: IResourceWriter
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
AddResource ( string name, Stream value ) : void
AddResource ( string name, Stream value, bool closeAfterWrite ) : void
AddResource ( string name, System value ) : void
AddResource ( string name, System value, bool closeAfterWrite ) : void
AddResource ( string name, byte value ) : void
AddResource ( string name, object value ) : void
AddResource ( string name, string value ) : void
AddResourceData ( string name, string typeName, byte serializedData ) : void
Close ( ) : void
Dispose ( ) : void
Generate ( ) : void
ResourceWriter ( System stream )
ResourceWriter ( string fileName )
ResourceWriter ( Stream stream ) : System
ResourceWriter ( string fileName ) : System

비공개 메소드들

메소드 설명
AddResourceInternal ( string name, Stream value, bool closeAfterWrite ) : void
Dispose ( bool disposing ) : void
FindTypeCode ( object value, List types ) : ResourceTypeCode
Write7BitEncodedInt ( BinaryWriter store, int value ) : void
WriteValue ( ResourceTypeCode typeCode, object value, BinaryWriter writer ) : void

메소드 상세

AddResource() 공개 메소드

public AddResource ( string name, Stream value ) : void
name string
value Stream
리턴 void

AddResource() 공개 메소드

public AddResource ( string name, Stream value, bool closeAfterWrite ) : void
name string
value Stream
closeAfterWrite bool
리턴 void

AddResource() 공개 메소드

public AddResource ( string name, System value ) : void
name string
value System
리턴 void

AddResource() 공개 메소드

public AddResource ( string name, System value, bool closeAfterWrite ) : void
name string
value System
closeAfterWrite bool
리턴 void

AddResource() 공개 메소드

public AddResource ( string name, byte value ) : void
name string
value byte
리턴 void

AddResource() 공개 메소드

public AddResource ( string name, object value ) : void
name string
value object
리턴 void

AddResource() 공개 메소드

public AddResource ( string name, string value ) : void
name string
value string
리턴 void

AddResourceData() 공개 메소드

public AddResourceData ( string name, string typeName, byte serializedData ) : void
name string
typeName string
serializedData byte
리턴 void

Close() 공개 메소드

public Close ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Generate() 공개 메소드

public Generate ( ) : void
리턴 void

ResourceWriter() 공개 메소드

public ResourceWriter ( System stream )
stream System

ResourceWriter() 공개 메소드

public ResourceWriter ( string fileName )
fileName string

ResourceWriter() 공개 메소드

public ResourceWriter ( Stream stream ) : System
stream Stream
리턴 System

ResourceWriter() 공개 메소드

public ResourceWriter ( string fileName ) : System
fileName string
리턴 System