C# 클래스 System.Resources.Win32VersionResource

상속: Win32Resource
파일 보기 프로젝트 열기: runefs/Marvin 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
WellKnownProperties string[]

공개 메소드들

메소드 설명
Win32VersionResource ( int id, int language, bool compilercontext ) : System
WriteTo ( Stream ms ) : void
this ( string key ) : string

비공개 메소드들

메소드 설명
emit_padding ( BinaryWriter w ) : void
patch_length ( BinaryWriter w, long len_pos ) : void

메소드 상세

Win32VersionResource() 공개 메소드

public Win32VersionResource ( int id, int language, bool compilercontext ) : System
id int
language int
compilercontext bool
리턴 System

WriteTo() 공개 메소드

public WriteTo ( Stream ms ) : void
ms Stream
리턴 void

this() 공개 메소드

public this ( string key ) : string
key string
리턴 string

프로퍼티 상세

WellKnownProperties 공개적으로 프로퍼티

public string[] WellKnownProperties
리턴 string[]