C# 클래스 System.Reflection.Emit.MonoResource

파일 보기 프로젝트 열기: mono/mono 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
attrs ResourceAttributes
data byte[]
filename string
name string
offset int
stream Stream

프로퍼티 상세

attrs 공개적으로 프로퍼티

public ResourceAttributes attrs
리턴 ResourceAttributes

data 공개적으로 프로퍼티

public byte[] data
리턴 byte[]

filename 공개적으로 프로퍼티

public string filename
리턴 string

name 공개적으로 프로퍼티

public string name
리턴 string

offset 공개적으로 프로퍼티

public int offset
리턴 int

stream 공개적으로 프로퍼티

public Stream stream
리턴 Stream