System.Reflection.Emit.MonoWin32Resource.MonoWin32Resource C# (CSharp) Method

MonoWin32Resource() public method

public MonoWin32Resource ( int res_type, int res_id, int lang_id, byte data ) : System
res_type int
res_id int
lang_id int
data byte
return System
		public MonoWin32Resource (int res_type, int res_id, int lang_id, byte[] data) {
			this.res_type = res_type;
			this.res_id = res_id;
			this.lang_id = lang_id;
			this.data = data;
		}
	}
MonoWin32Resource