System.Reflection.Module.InternalAddResource C# (CSharp) 메소드

InternalAddResource() 개인적인 메소드

private InternalAddResource ( String strName, byte resBytes, int resByteCount, int tkFile, int attribute, int portableExecutableKind, int imageFileMachine ) : void
strName String
resBytes byte
resByteCount int
tkFile int
attribute int
portableExecutableKind int
imageFileMachine int
리턴 void
        internal extern void InternalAddResource(
            String strName, byte[] resBytes, 
            int resByteCount, int tkFile, int attribute, 
            int portableExecutableKind, int imageFileMachine);