System.Reflection.Module.InternalAddResource C# (CSharp) Method

InternalAddResource() private method

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
return void
        internal extern void InternalAddResource(
            String strName, byte[] resBytes, 
            int resByteCount, int tkFile, int attribute, 
            int portableExecutableKind, int imageFileMachine);