Exemplo n.º 1
0
        public uint FindMethod(uint typeDef_nullable, string name, Blob sigBlob)
        {
            sigBlob = sigBlob ?? Blob.Empty;
            uint methodDef;

            metaData.FindMethod(typeDef_nullable, name, sigBlob.Adress, sigBlob.Size, out methodDef);
            return(methodDef);
        }